From: notaz Date: Tue, 16 Nov 2021 23:48:45 +0000 (+0200) Subject: fix x86 build X-Git-Tag: r23~75 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=17ce04ccbdb6f29bdfebfeb0636cb06e65a4244d fix x86 build forgot a dummy variable, whoops --- diff --git a/libpcsxcore/new_dynarec/emu_if.c b/libpcsxcore/new_dynarec/emu_if.c index 2df259b5..65bb3f10 100644 --- a/libpcsxcore/new_dynarec/emu_if.c +++ b/libpcsxcore/new_dynarec/emu_if.c @@ -438,6 +438,7 @@ int pending_exception, stop; unsigned int next_interupt; int new_dynarec_did_compile; int cycle_multiplier; +int cycle_multiplier_override; int new_dynarec_hacks; void *psxH_ptr; void *zeromem_ptr;