mirror of https://github.com/PCSX2/pcsx2.git
It fixes the compilation error in Windows, or it gets the hose again.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1699 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
a159d82f8b
commit
8f6ce7751c
|
@ -505,7 +505,7 @@ s32 CALLBACK NODISCgetDualInfo(s32* dualType, u32* _layer1start)
|
|||
return -1;
|
||||
}
|
||||
|
||||
const char* NODISCgetUniqueFilename()
|
||||
string NODISCgetUniqueFilename()
|
||||
{
|
||||
DevAssert( false, "NODISC is an invalid CDVD object for block dumping.. >_<" );
|
||||
return "epicfail";
|
||||
|
|
Loading…
Reference in New Issue