(PSP) Take out instant exit hack

This commit is contained in:
twinaphex 2014-02-12 19:27:44 +01:00
parent 358df3dd99
commit 146b8442e6

View File

@ -169,9 +169,11 @@ static bool psp_input_key_pressed(void *data, int key)
switch (key)
{
#if 0
case RARCH_QUIT_KEY:
RARCH_LOG("Got to here once.\n");
return true;
#endif
default:
return false;
}