further unification and refactoring

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@710 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-07-23 20:06:18 +00:00
parent 2275c67607
commit f2cf84723f
14 changed files with 194 additions and 358 deletions

View file

@ -46,7 +46,7 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdL
engineState = PGS_Running;
case PGS_Running:
emu_Loop();
pemu_loop();
break;
case PGS_Quit: