diff --git a/src/core/cheats.cpp b/src/core/cheats.cpp index c82b41cf6..8bda6816c 100644 --- a/src/core/cheats.cpp +++ b/src/core/cheats.cpp @@ -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)