mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Revert changes made for 3.0 release
This commit is contained in:
@ -19,11 +19,11 @@
|
||||
#include "svnrev.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
const char *svn_rev_str = "Dolphin Debug " SVN_REV_STR;
|
||||
const char *svn_rev_str = "Dolphin Debug r" SVN_REV_STR;
|
||||
#elif defined DEBUGFAST
|
||||
const char *svn_rev_str = "Dolphin Debugfast " SVN_REV_STR;
|
||||
const char *svn_rev_str = "Dolphin Debugfast r" SVN_REV_STR;
|
||||
#else
|
||||
const char *svn_rev_str = "Dolphin " SVN_REV_STR;
|
||||
const char *svn_rev_str = "Dolphin r" SVN_REV_STR;
|
||||
#endif
|
||||
|
||||
#ifdef _M_X64
|
||||
|
@ -1 +0,0 @@
|
||||
#define SVN_REV_STR "3.0"
|
1
Source/Core/Common/Src/svnrev_template.h
Normal file
1
Source/Core/Common/Src/svnrev_template.h
Normal file
@ -0,0 +1 @@
|
||||
#define SVN_REV_STR "$WCMODS?$WCREV$M:$WCREV$$"
|
Reference in New Issue
Block a user