mirror of https://github.com/PCSX2/pcsx2.git
Merge pull request #225 from lioncash/ghz-macro
cdvdGigaherz: Remove an unnecessary macro
This commit is contained in:
commit
1facc8efbc
|
@ -46,7 +46,6 @@ int curTrayStatus;
|
||||||
int csector;
|
int csector;
|
||||||
int cmode;
|
int cmode;
|
||||||
|
|
||||||
#define SFY(x) STRFY(x)
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Plugin Interface //
|
// Plugin Interface //
|
||||||
|
@ -55,7 +54,7 @@ char *LibName = "cdvdGigaherz "
|
||||||
#ifdef PCSX2_DEBUG
|
#ifdef PCSX2_DEBUG
|
||||||
" Debug "
|
" Debug "
|
||||||
#endif
|
#endif
|
||||||
"(" SFY(SVN_REV)
|
"(" TOSTR(SVN_REV)
|
||||||
#if SVN_MODS
|
#if SVN_MODS
|
||||||
"/modded"
|
"/modded"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue