X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpsp%2Femu.h;h=7a3dbb102c6ed1f9ad07cce4dd3bbdfdbcc66f79;hb=ff6b7429bb03e37e2d44eabcd0d86bd5713d2fc1;hp=affd5402f5975e108144ab6e42d104561118217c;hpb=b542be4686241c9e0722ff8e452980f9ac2b4d7c;p=picodrive.git diff --git a/platform/psp/emu.h b/platform/psp/emu.h index affd540..7a3dbb1 100644 --- a/platform/psp/emu.h +++ b/platform/psp/emu.h @@ -14,6 +14,7 @@ enum TPicoGameState { PGS_ReloadRom, PGS_Menu, PGS_RestartRun, + PGS_Suspending, }; extern char romFileName[];