mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
random cleanups
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@789 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
60cd961a21
commit
35cbf2ec89
2 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue