(Xbox 1) Build fix

This commit is contained in:
twinaphex 2012-07-29 22:21:57 +02:00
parent 49847e90bd
commit a478c88387

View File

@ -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";