mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Merge pull request #4604 from lioncash/global
PatchEngine: Get rid of a global variable
This commit is contained in:
commit
36ced29a51
1 changed files with 1 additions and 2 deletions
|
@ -66,5 +66,4 @@ inline int GetPatchTypeCharLength(PatchType type)
|
||||||
return size;
|
return size;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace PatchEngine
|
||||||
extern std::vector<PatchEngine::Patch> onFrame;
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue