mirror of https://github.com/PCSX2/pcsx2.git
Patch: Make variables static
This commit is contained in:
parent
bd706f99b2
commit
bcec38bd97
|
@ -37,9 +37,8 @@
|
|||
extern void _ApplyPatch(IniPatch* p);
|
||||
|
||||
|
||||
std::vector<IniPatch> Patch;
|
||||
static std::vector<IniPatch> Patch;
|
||||
|
||||
wxString strgametitle;
|
||||
|
||||
struct PatchTextTable
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue