Fix iwram stack optimization on Kirby
Seems that it break it, probably uses a SP pointer to EWRAM or similar
This commit is contained in:
		
							parent
							
								
									ce14e2585b
								
							
						
					
					
						commit
						2d34d91c64
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -729,7 +729,7 @@ static const ini_t gbaover[] = { | |||
|       0,                           /* mirroring_enabled    */ | ||||
|       0,                           /* use_bios             */ | ||||
|       0x8000fae,                   /* idle_loop_target_pc  */ | ||||
|       1,                           /* iwram_stack_optimize */ | ||||
|       0,                           /* iwram_stack_optimize */ | ||||
|       0,                           /* translation_gate_target_1 */ | ||||
|       0,                           /* translation_gate_target_2 */ | ||||
|       0,                           /* translation_gate_target_3 */ | ||||
|  | @ -746,7 +746,7 @@ static const ini_t gbaover[] = { | |||
|       0,                           /* mirroring_enabled    */ | ||||
|       0,                           /* use_bios             */ | ||||
|       0x8000fae,                   /* idle_loop_target_pc  */ | ||||
|       1,                           /* iwram_stack_optimize */ | ||||
|       0,                           /* iwram_stack_optimize */ | ||||
|       0,                           /* translation_gate_target_1 */ | ||||
|       0,                           /* translation_gate_target_2 */ | ||||
|       0,                           /* translation_gate_target_3 */ | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue