From 5da03e821ef281909e65c3df33f67596074ae98a Mon Sep 17 00:00:00 2001 From: bunnei Date: Tue, 8 Apr 2014 23:18:23 -0400 Subject: - removed deprecated version.h - cleaned up window title - cleaned up emu_window_glfw/emu_window --- src/common/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/common.h') 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 // 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. -- cgit v1.2.3