diff --git a/psp/psp_input.c b/psp/psp_input.c index 19324026f5..72196f3f60 100644 --- a/psp/psp_input.c +++ b/psp/psp_input.c @@ -128,10 +128,7 @@ static void psp_input_poll(void *data) && (psp->pad_state & (1ULL << RETRO_DEVICE_ID_JOYPAD_SELECT)) && (psp->pad_state & (1ULL << RETRO_DEVICE_ID_JOYPAD_START)) ) - { *lifecycle_state |= (1ULL << RARCH_MENU_TOGGLE); - RARCH_LOG("Pressed note.\n"); - } if (g_settings.input.autodetect_enable) {