fix x86 build
authornotaz <notasas@gmail.com>
Tue, 16 Nov 2021 23:48:45 +0000 (01:48 +0200)
committernotaz <notasas@gmail.com>
Tue, 16 Nov 2021 23:48:45 +0000 (01:48 +0200)
forgot a dummy variable, whoops

libpcsxcore/new_dynarec/emu_if.c

index 2df259b..65bb3f1 100644 (file)
@@ -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;