mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Revert changes made for 3.0 release
This commit is contained in:
parent
35d1599724
commit
2309e36b28
17 changed files with 787 additions and 9 deletions
|
@ -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$$"
|
Loading…
Add table
Add a link
Reference in a new issue