From 82731290ee4e162fb040ee34337405e544e2e0ac Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 10 Dec 2014 17:27:18 +0100 Subject: We don't need to get rid of idle loop patching for non-dynarec core --- cpu_threaded.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpu_threaded.c') diff --git a/cpu_threaded.c b/cpu_threaded.c index 99887ec..36a188a 100644 --- a/cpu_threaded.c +++ b/cpu_threaded.c @@ -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; -- cgit v1.2.3