From 2573466affd06edebd68070bf167a62ca764f2b4 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 9 Oct 2011 03:32:49 +0300 Subject: new ability to adjust psx cpu clock --- libpcsxcore/new_dynarec/emu_if.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libpcsxcore/new_dynarec/emu_if.c') diff --git a/libpcsxcore/new_dynarec/emu_if.c b/libpcsxcore/new_dynarec/emu_if.c index 9203c74..66afe12 100644 --- a/libpcsxcore/new_dynarec/emu_if.c +++ b/libpcsxcore/new_dynarec/emu_if.c @@ -301,6 +301,7 @@ unsigned char byte; int pending_exception, stop; unsigned int next_interupt; int new_dynarec_did_compile; +int cycle_multiplier; void *psxH_ptr; void new_dynarec_init() {} void new_dyna_start() {} -- cgit v1.2.3