mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
move emu loop to common; redo timing; add pollux timer
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@721 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
bbc8ceb9c0
commit
b24e0f6ce6
13 changed files with 385 additions and 319 deletions
|
@ -117,7 +117,7 @@ int main(int argc, char *argv[])
|
|||
engineState = PGS_Running;
|
||||
|
||||
case PGS_Running:
|
||||
pemu_loop();
|
||||
emu_loop();
|
||||
break;
|
||||
|
||||
case PGS_Quit:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue