X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2Fmain.c;h=dbe20b7c122d2b6c1352f760a2ceb07a1724e785;hb=426ecc582f3f6f3d04f7b7ae25b548be7178c4fd;hp=befc427fa08fd2378eb9664472b68c2c1dba9252;hpb=6d741b3258179dadc7890f45e155b0a6871ebdc5;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;