random cleanups

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@789 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-09-22 10:51:49 +00:00
parent 94d2199eb1
commit 5e128c6d27
8 changed files with 41 additions and 38 deletions

View file

@ -1373,6 +1373,7 @@ void emu_loop(void)
// prepare CD buffer
if (PicoAHW & PAHW_MCD)
PicoCDBufferInit();
PicoLoopPrepare();
pemu_loop_prep();

View file

@ -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;
}