From e9862014c264afdec51dbcefa221d4f6cc1cc650 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 28 Jul 2012 22:34:18 +0200 Subject: [PATCH] (Xbox 1) Build fix --- xbox1/frontend/RetroLaunch/MenuMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbox1/frontend/RetroLaunch/MenuMain.cpp b/xbox1/frontend/RetroLaunch/MenuMain.cpp index c874f2d56c..4ef0446f8c 100644 --- a/xbox1/frontend/RetroLaunch/MenuMain.cpp +++ b/xbox1/frontend/RetroLaunch/MenuMain.cpp @@ -215,7 +215,7 @@ void CMenuMain::ProcessInput() // Press A to launch if (trigger_state & (1 << RETRO_DEVICE_ID_JOYPAD_B) || trigger_state & (1 << RETRO_DEVICE_ID_JOYPAD_START)) - rarch_console_load_game_wrap(g_romList.GetRomAt(m_romListSelectedRom)->GetFileName().c_str(), S_DELAY_1); + rarch_console_load_game_wrap(g_romList.GetRomAt(m_romListSelectedRom)->GetFileName().c_str(), g_console.zip_extract_mode, S_DELAY_1); if (trigger_state & (1 << RETRO_DEVICE_ID_JOYPAD_R3)) {