mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-13 21:28:38 +00:00
cdvdGigaherz: Remove an unnecessary macro define
This commit is contained in:
parent
707d32536c
commit
b2d8e7137f
@ -46,7 +46,6 @@ int curTrayStatus;
|
||||
int csector;
|
||||
int cmode;
|
||||
|
||||
#define SFY(x) STRFY(x)
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Plugin Interface //
|
||||
@ -55,7 +54,7 @@ char *LibName = "cdvdGigaherz "
|
||||
#ifdef PCSX2_DEBUG
|
||||
" Debug "
|
||||
#endif
|
||||
"(" SFY(SVN_REV)
|
||||
"(" TOSTR(SVN_REV)
|
||||
#if SVN_MODS
|
||||
"/modded"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user