mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
some minor adjustments
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@304 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
6d741b3258
commit
426ecc582f
8 changed files with 39 additions and 8 deletions
|
@ -65,6 +65,10 @@ int pico_main(void)
|
|||
}
|
||||
break;
|
||||
|
||||
case PGS_Suspending:
|
||||
psp_wait_suspend();
|
||||
break;
|
||||
|
||||
case PGS_RestartRun:
|
||||
engineState = PGS_Running;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue