summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-11-19 15:39:20 +0100
committerbunnei <bunneidev@gmail.com>2014-11-19 15:39:20 +0100
commit112768f4365816d345b0dc9b93bfecc3d41a69b5 (patch)
tree6d49fe44d004cb998e0b4b4d26066ae91eef01aa /src/core/hle/service
parentMerge pull request #212 from archshift/idea (diff)
parentAdd static to some variables (diff)
downloadyuzu-112768f4365816d345b0dc9b93bfecc3d41a69b5.tar
yuzu-112768f4365816d345b0dc9b93bfecc3d41a69b5.tar.gz
yuzu-112768f4365816d345b0dc9b93bfecc3d41a69b5.tar.bz2
yuzu-112768f4365816d345b0dc9b93bfecc3d41a69b5.tar.lz
yuzu-112768f4365816d345b0dc9b93bfecc3d41a69b5.tar.xz
yuzu-112768f4365816d345b0dc9b93bfecc3d41a69b5.tar.zst
yuzu-112768f4365816d345b0dc9b93bfecc3d41a69b5.zip
Diffstat (limited to 'src/core/hle/service')
-rw-r--r--src/core/hle/service/srv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/srv.cpp b/src/core/hle/service/srv.cpp
index 420f53f8f..df38bd93c 100644
--- a/src/core/hle/service/srv.cpp
+++ b/src/core/hle/service/srv.cpp
@@ -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");