X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpsp%2Femu.c;h=9c69d88a38fb74e94f87552750d9c068524b7077;hb=ff6b7429bb03e37e2d44eabcd0d86bd5713d2fc1;hp=665e41cc03a2ed24619537668ef8bd761e28c969;hpb=7d0143a2de0f5551c90b29c1b1ee94e9c52b0952;p=picodrive.git diff --git a/platform/psp/emu.c b/platform/psp/emu.c index 665e41c..9c69d88 100644 --- a/platform/psp/emu.c +++ b/platform/psp/emu.c @@ -33,7 +33,7 @@ int sceAudioOutput2GetRestSample(); char romFileName[PATH_MAX]; unsigned char *PicoDraw2FB = (unsigned char *)VRAM_CACHED_STUFF + 8; // +8 to be able to skip border with 1 quadword.. -int engineState; +int engineState = PGS_Menu; static int combo_keys = 0, combo_acts = 0; // keys and actions which need button combos static unsigned int noticeMsgTime = 0;