mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37:46 -04:00
more idle detection, minor stuff
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@524 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
4aed476f24
commit
b06778874d
5 changed files with 31 additions and 25 deletions
|
@ -139,7 +139,7 @@ static int PicoFrameHints(void)
|
|||
#ifdef PICO_CD
|
||||
update_chips();
|
||||
#else
|
||||
if (PicoLineHook) PicoLineHook(1);
|
||||
if (PicoLineHook) PicoLineHook();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@ -213,7 +213,7 @@ static int PicoFrameHints(void)
|
|||
#ifdef PICO_CD
|
||||
update_chips();
|
||||
#else
|
||||
if (PicoLineHook) PicoLineHook(1);
|
||||
if (PicoLineHook) PicoLineHook();
|
||||
#endif
|
||||
|
||||
// PAL line count might actually be 313 according to Steve Snake, but that would complicate things.
|
||||
|
@ -241,7 +241,7 @@ static int PicoFrameHints(void)
|
|||
#ifdef PICO_CD
|
||||
update_chips();
|
||||
#else
|
||||
if (PicoLineHook) PicoLineHook(1);
|
||||
if (PicoLineHook) PicoLineHook();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue