Make warning go away

This commit is contained in:
adelikat 2013-12-21 18:46:43 +00:00
parent 43d5bd7b7e
commit 6a4d180fd1
1 changed files with 2 additions and 1 deletions
BizHawk.Emulation.Cores/Consoles/Sony/PSX

View File

@ -127,7 +127,7 @@ namespace BizHawk.Emulation.Cores.Sony.PSX
// TODO - this should be using the CoreComm.CoreFileProvider interfaces
//TODO - probably this should never really fail. but for now, mednafen tries to create a bunch of junk, so just return failure for files which cant be opened
/*
if (fname.StartsWith("$psx"))
{
string[] parts = fname.Split('/');
@ -169,6 +169,7 @@ namespace BizHawk.Emulation.Cores.Sony.PSX
VirtualFiles[ret.id] = ret;
return new IntPtr(ret.id);
*/
}
static int FcloseCallbackProc(IntPtr fp)
{