new ability to adjust psx cpu clock
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / new_dynarec.h
index 2dfc55a..db1f389 100644 (file)
@@ -4,6 +4,7 @@ extern int pcaddr;
 extern int pending_exception;
 extern int stop;
 extern int new_dynarec_did_compile;
+extern int cycle_multiplier; // 100 for 1.0
 
 void new_dynarec_init();
 void new_dynarec_cleanup();