mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 06:32:40 +00: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