mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 18:55:42 -04: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