diff options
Diffstat (limited to 'src/common/common.h')
| -rw-r--r-- | src/common/common.h | 4 |
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 @@ | |||
| 13 | #include <string.h> | 13 | #include <string.h> |
| 14 | 14 | ||
| 15 | // SVN version number | 15 | // SVN version number |
| 16 | extern const char *scm_rev_str; | 16 | extern const char *g_scm_rev_str; |
| 17 | extern const char *netplay_dolphin_ver; | 17 | extern const char *g_netplay_citra_ver; |
| 18 | 18 | ||
| 19 | // Force enable logging in the right modes. For some reason, something had changed | 19 | // Force enable logging in the right modes. For some reason, something had changed |
| 20 | // so that debugfast no longer logged. | 20 | // so that debugfast no longer logged. |