mirror of
https://github.com/86Box/86Box.git
synced 2026-03-04 03:38:22 -07:00
Dynarec: Force interpreter on pages that undergo excessive invalidation, improves % on TES Daggerfall and potentially other self-modifying code
This commit is contained in:
@@ -320,6 +320,7 @@ extern void do_pause(int p);
|
||||
extern double isa_timing;
|
||||
extern int io_delay;
|
||||
extern int framecountx;
|
||||
extern int seconds_elapsed;
|
||||
|
||||
extern volatile int cpu_thread_run;
|
||||
extern uint8_t postcard_codes[POSTCARDS_NUM];
|
||||
|
||||
Reference in New Issue
Block a user