mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
fix emuloop init to use correct pal value
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@876 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
234f07f4a4
commit
46bcb89971
2 changed files with 9 additions and 8 deletions
|
@ -207,7 +207,7 @@ int PicoReset(void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
// flush cinfig changes before emu loop starts
|
||||
// flush config changes before emu loop starts
|
||||
void PicoLoopPrepare(void)
|
||||
{
|
||||
if (PicoRegionOverride)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue