From 95be616079a4f93f98fa90764141f55b007f9d24 Mon Sep 17 00:00:00 2001 From: goyuken Date: Wed, 11 Dec 2013 01:53:40 +0000 Subject: [PATCH] comments on previous commit --- BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs b/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs index 76bd217167..9e76b51b85 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs @@ -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"))