mirror of https://github.com/PCSX2/pcsx2.git
SPU2ghz: err... oops! This'll stop it from crashing when you try to enter the PCSX2 plugin configuration screen.
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@287 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
a4cd015be7
commit
c69df473ad
|
@ -130,7 +130,6 @@ void SysMessage(char *fmt, ...)
|
|||
static void InitLibraryName()
|
||||
{
|
||||
sprintf_s( libraryName, 256, "GiGaHeRz SPU2 PPr %d%s",
|
||||
revision, build,
|
||||
SVN_REV,
|
||||
SVN_MODS ? "m" : ""
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue