summaryrefslogtreecommitdiffstats
path: root/src/common/common.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-04-09 05:18:23 +0200
committerbunnei <ericbunnie@gmail.com>2014-04-09 05:18:23 +0200
commit5da03e821ef281909e65c3df33f67596074ae98a (patch)
tree15f1bb0f91a88082a21e4e2e4531e1f8dee026bf /src/common/common.h
parentfixed licensing and updated code style naming for arm_interface/arm_interpreter frontend module (diff)
downloadyuzu-5da03e821ef281909e65c3df33f67596074ae98a.tar
yuzu-5da03e821ef281909e65c3df33f67596074ae98a.tar.gz
yuzu-5da03e821ef281909e65c3df33f67596074ae98a.tar.bz2
yuzu-5da03e821ef281909e65c3df33f67596074ae98a.tar.lz
yuzu-5da03e821ef281909e65c3df33f67596074ae98a.tar.xz
yuzu-5da03e821ef281909e65c3df33f67596074ae98a.tar.zst
yuzu-5da03e821ef281909e65c3df33f67596074ae98a.zip
Diffstat (limited to 'src/common/common.h')
-rw-r--r--src/common/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/common.h b/src/common/common.h
index 8795c8a0e..64a0d7812 100644
--- a/src/common/common.h
+++ b/src/common/common.h
@@ -13,8 +13,8 @@
#include <string.h>
// SVN version number
-extern const char *scm_rev_str;
-extern const char *netplay_dolphin_ver;
+extern const char *g_scm_rev_str;
+extern const char *g_netplay_citra_ver;
// Force enable logging in the right modes. For some reason, something had changed
// so that debugfast no longer logged.