Patch: Make variables static

This commit is contained in:
Connor McLaughlin 2021-11-21 16:38:50 +10:00 committed by refractionpcsx2
parent bd706f99b2
commit bcec38bd97
1 changed files with 1 additions and 2 deletions

View File

@ -37,9 +37,8 @@
extern void _ApplyPatch(IniPatch* p);
std::vector<IniPatch> Patch;
static std::vector<IniPatch> Patch;
wxString strgametitle;
struct PatchTextTable
{