From 7b9bbe6b315b77c8100499cea2605a985530f18d Mon Sep 17 00:00:00 2001 From: goyuken Date: Sat, 8 Sep 2012 21:48:46 +0000 Subject: [PATCH] libgambatte can now get into game (with recognizable graphics). exceptions everywhere and nothing is hooked up, though. --- BizHawk.Emulation/Consoles/Gambatte/Gambatte.cs | 12 ++++++------ libgambatte/libgambatte.vcxproj | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/BizHawk.Emulation/Consoles/Gambatte/Gambatte.cs b/BizHawk.Emulation/Consoles/Gambatte/Gambatte.cs index 79bca803f8..27d4e8dec3 100644 --- a/BizHawk.Emulation/Consoles/Gambatte/Gambatte.cs +++ b/BizHawk.Emulation/Consoles/Gambatte/Gambatte.cs @@ -119,31 +119,31 @@ namespace BizHawk.Emulation.Consoles.Gambatte public void SaveStateText(System.IO.TextWriter writer) { - throw new NotImplementedException(); + } public void LoadStateText(System.IO.TextReader reader) { - throw new NotImplementedException(); + } public void SaveStateBinary(System.IO.BinaryWriter writer) { - throw new NotImplementedException(); + } public void LoadStateBinary(System.IO.BinaryReader reader) { - throw new NotImplementedException(); + } public byte[] SaveStateBinary() { - throw new NotImplementedException(); + return new byte[0]; } - public CoreInputComm CoreInputComm{ get; set; } + public CoreInputComm CoreInputComm { get; set; } CoreOutputComm GbOutputComm = new CoreOutputComm { diff --git a/libgambatte/libgambatte.vcxproj b/libgambatte/libgambatte.vcxproj index b67d153081..1e88324e6d 100644 --- a/libgambatte/libgambatte.vcxproj +++ b/libgambatte/libgambatte.vcxproj @@ -39,11 +39,11 @@ true - $(ProjectDir)$(Configuration)\ + $(SolutionDir)\BizHawk.MultiClient\output\ false - $(ProjectDir)$(Configuration)\ + $(SolutionDir)\BizHawk.MultiClient\output\