diff --git a/source/menu/menu_game.cpp b/source/menu/menu_game.cpp index 0d7044d6..2ae1fd0e 100644 --- a/source/menu/menu_game.cpp +++ b/source/menu/menu_game.cpp @@ -532,7 +532,7 @@ void CMenu::_game(bool launch) { _hideGame(); dir_discHdr *hdr = m_cf.getHdr(); - if(currentPartition != SD && hdr->type == TYPE_GC_GAME && (m_show_dml != 1 || !m_devo_installed)) + if(currentPartition != SD && hdr->type == TYPE_GC_GAME && m_show_dml == 2 && !m_devo_installed) { bool foundOnSD = false; CList tmplist;