mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #4604 from lioncash/global
PatchEngine: Get rid of a global variable
This commit is contained in:
@@ -66,5 +66,4 @@ inline int GetPatchTypeCharLength(PatchType type)
|
||||
return size;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
extern std::vector<PatchEngine::Patch> onFrame;
|
||||
} // namespace PatchEngine
|
||||
|
||||
Reference in New Issue
Block a user