some minor adjustments
[libpicofe.git] / psp / main.c
index befc427..dbe20b7 100644 (file)
@@ -65,6 +65,10 @@ int pico_main(void)
                                }
                                break;
 
+                       case PGS_Suspending:
+                               psp_wait_suspend();
+                               break;
+
                        case PGS_RestartRun:
                                engineState = PGS_Running;