mirror of
https://github.com/FunKey-Project/picofe-irixxxx.git
synced 2026-04-10 22:42:39 +02:00
random cleanups
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@789 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -1373,6 +1373,7 @@ void emu_loop(void)
|
||||
// prepare CD buffer
|
||||
if (PicoAHW & PAHW_MCD)
|
||||
PicoCDBufferInit();
|
||||
PicoLoopPrepare();
|
||||
|
||||
pemu_loop_prep();
|
||||
|
||||
|
||||
@@ -1689,10 +1689,6 @@ static int menu_loop_options(menu_id id, int keys)
|
||||
|
||||
me_loop(e_menu_options, &sel, NULL);
|
||||
|
||||
if (PicoRegionOverride)
|
||||
// force setting possibly changed..
|
||||
Pico.m.pal = (PicoRegionOverride == 2 || PicoRegionOverride == 8) ? 1 : 0;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user