mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-09-07 00:34:34 +02:00
We don't need to get rid of idle loop patching for non-dynarec
core
This commit is contained in:
@@ -48,13 +48,7 @@ u32 ewram_code_max = 0xFFFFFFFF;
|
||||
u32 *rom_branch_hash[ROM_BRANCH_HASH_SIZE];
|
||||
|
||||
// Default
|
||||
#ifdef HAVE_DYNAREC
|
||||
u32 idle_loop_target_pc = 0xFFFFFFFF;
|
||||
u32 iwram_stack_optimize = 1;
|
||||
#endif
|
||||
u32 force_pc_update_target = 0xFFFFFFFF;
|
||||
u32 translation_gate_target_pc[MAX_TRANSLATION_GATES];
|
||||
u32 translation_gate_targets = 0;
|
||||
u32 allow_smc_ram_u8 = 1;
|
||||
u32 allow_smc_ram_u16 = 1;
|
||||
u32 allow_smc_ram_u32 = 1;
|
||||
|
||||
Reference in New Issue
Block a user