summaryrefslogtreecommitdiff
path: root/src/common/common.h
diff options
context:
space:
mode:
authorGravatar bunnei2014-04-23 18:43:57 -0700
committerGravatar bunnei2014-04-23 18:43:57 -0700
commit4405a53cf3b669e84b1d953d35e89ec29b916293 (patch)
treef6d4370cfce75d9922e75d99c82e1935c6b723c9 /src/common/common.h
parentfixes to build on linux (diff)
downloadyuzu-4405a53cf3b669e84b1d953d35e89ec29b916293.tar.gz
yuzu-4405a53cf3b669e84b1d953d35e89ec29b916293.tar.xz
yuzu-4405a53cf3b669e84b1d953d35e89ec29b916293.zip
added scm rev generation on Linux/cmake
Diffstat (limited to 'src/common/common.h')
-rw-r--r--src/common/common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/common.h b/src/common/common.h
index 64a0d7812..a281b21cc 100644
--- a/src/common/common.h
+++ b/src/common/common.h
@@ -12,10 +12,6 @@
12#include <stdio.h> 12#include <stdio.h>
13#include <string.h> 13#include <string.h>
14 14
15// SVN version number
16extern const char *g_scm_rev_str;
17extern const char *g_netplay_citra_ver;
18
19// Force enable logging in the right modes. For some reason, something had changed 15// Force enable logging in the right modes. For some reason, something had changed
20// so that debugfast no longer logged. 16// so that debugfast no longer logged.
21#if defined(_DEBUG) || defined(DEBUGFAST) 17#if defined(_DEBUG) || defined(DEBUGFAST)