mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-08 12:35:48 +00:00
Cheats: Fix master enable not having any effect
This commit is contained in:
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…
x
Reference in New Issue
Block a user