comments on previous commit
This commit is contained in:
parent
013de207d8
commit
95be616079
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue