mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38: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
|
@ -22,8 +22,8 @@ volatile u32 s_swapRequested = false;
|
|||
u32 s_efbAccessRequested = false;
|
||||
volatile u32 s_FifoShuttingDown = false;
|
||||
|
||||
std::condition_variable s_perf_query_cond;
|
||||
std::mutex s_perf_query_lock;
|
||||
static std::condition_variable s_perf_query_cond;
|
||||
static std::mutex s_perf_query_lock;
|
||||
static volatile bool s_perf_query_requested;
|
||||
|
||||
static volatile struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue