mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
move emu loop to common; redo timing; add pollux timer
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@721 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
6dba776e17
commit
b5bfb86438
12 changed files with 385 additions and 312 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