(PSP) Take out RGUI toggle log message

This commit is contained in:
twinaphex 2014-02-17 00:24:40 +01:00
parent 0260d51b7a
commit b8e20db2d6
1 changed files with 0 additions and 3 deletions

View File

@ -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)
{