comments on previous commit

This commit is contained in:
goyuken 2013-12-11 01:53:40 +00:00
parent 013de207d8
commit 95be616079
1 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,8 @@ namespace BizHawk.Emulation.Cores.Sony.PSX
static IntPtr FopenCallbackProc(string fname, string mode)
{
// 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"))