mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 04:17:56 -05:00
Add static to some variables
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
|
||||
namespace SRV {
|
||||
|
||||
Handle g_event_handle = 0;
|
||||
static Handle g_event_handle = 0;
|
||||
|
||||
static void Initialize(Service::Interface* self) {
|
||||
DEBUG_LOG(OSHLE, "called");
|
||||
|
Reference in New Issue
Block a user