From a478c883879c3c5abc775a3c3f6fb4da54e12952 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 29 Jul 2012 22:21:57 +0200 Subject: [PATCH] (Xbox 1) Build fix --- xbox1/frontend/RetroLaunch/MenuMain.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/xbox1/frontend/RetroLaunch/MenuMain.cpp b/xbox1/frontend/RetroLaunch/MenuMain.cpp index c4a6f6fa87..46eeb57ecc 100644 --- a/xbox1/frontend/RetroLaunch/MenuMain.cpp +++ b/xbox1/frontend/RetroLaunch/MenuMain.cpp @@ -42,9 +42,6 @@ CMenuMain g_menuMain; CMenuMain::CMenuMain() { - // we think that the rom list is unloaded until we know otherwise - m_bRomListLoadedState = false; - struct retro_system_info info; retro_get_system_info(&info); const char *id = info.library_name ? info.library_name : "Unknown";