mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 22:58:50 +00:00
mark all local variables as static
This commit is contained in:
parent
9560ecdbec
commit
6d3f249dcc
64 changed files with 283 additions and 266 deletions
|
@ -45,7 +45,7 @@ bool GeckoCode::Compare(GeckoCode compare) const
|
|||
|
||||
static bool code_handler_installed = false;
|
||||
// the currently active codes
|
||||
std::vector<GeckoCode> active_codes;
|
||||
static std::vector<GeckoCode> active_codes;
|
||||
static std::mutex active_codes_lock;
|
||||
|
||||
void SetActiveCodes(const std::vector<GeckoCode>& gcodes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue