X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2Fmain.c;h=dbe20b7c122d2b6c1352f760a2ceb07a1724e785;hb=f060b8b9120fed821662f4412dc6bd1a4fbae00e;hp=befc427fa08fd2378eb9664472b68c2c1dba9252;hpb=93c0d147a19160bcf970edac8d0e27f93537ae8d;p=libpicofe.git diff --git a/psp/main.c b/psp/main.c index befc427..dbe20b7 100644 --- a/psp/main.c +++ b/psp/main.c @@ -65,6 +65,10 @@ int pico_main(void) } break; + case PGS_Suspending: + psp_wait_suspend(); + break; + case PGS_RestartRun: engineState = PGS_Running;