Cheats: Fix master enable not having any effect

pull/1742/head
Connor McLaughlin 5 years ago
parent 3405041bda
commit c8387cb038

@ -525,6 +525,9 @@ bool CheatList::ParseLibretroCheat(CheatCode* cc, const char* line)
void CheatList::Apply()
{
if (!m_master_enable)
return;
for (const CheatCode& code : m_codes)
{
if (code.enabled)

Loading…
Cancel
Save