mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(PSP) Take out instant exit hack
This commit is contained in:
parent
358df3dd99
commit
146b8442e6
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user