From bcec38bd9776cce7eb2aa39d4e43269b406f97f0 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sun, 21 Nov 2021 16:38:50 +1000 Subject: [PATCH] Patch: Make variables static --- pcsx2/Patch.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pcsx2/Patch.cpp b/pcsx2/Patch.cpp index ec01c813bc..0dfea438a4 100644 --- a/pcsx2/Patch.cpp +++ b/pcsx2/Patch.cpp @@ -37,9 +37,8 @@ extern void _ApplyPatch(IniPatch* p); -std::vector Patch; +static std::vector Patch; -wxString strgametitle; struct PatchTextTable {