mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
Config: Initialize AchievementsOptions bitset to zero
This commit is contained in:
committed by
lightningterror
parent
0676f145bc
commit
ff0a2f84fa
@@ -1844,6 +1844,7 @@ bool Pcsx2Config::PadOptions::Port::operator!=(const PadOptions::Port& right) co
|
||||
|
||||
Pcsx2Config::AchievementsOptions::AchievementsOptions()
|
||||
{
|
||||
bitset = 0;
|
||||
Enabled = false;
|
||||
HardcoreMode = false;
|
||||
EncoreMode = false;
|
||||
|
||||
Reference in New Issue
Block a user