From 6a4d180fd1d403cf66a9727329c2b3169a4f7fab Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 21 Dec 2013 18:46:43 +0000 Subject: [PATCH] Make warning go away --- BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs b/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs index e59f99e1ef..3336f950b9 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs @@ -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) {