cleanup c# side melon code

This commit is contained in:
CasualPokePlayer 2023-11-02 13:54:42 -07:00
parent 53c8deae29
commit 195846f2f3
3 changed files with 0 additions and 3 deletions

View File

@ -33,7 +33,6 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS
[StructLayout(LayoutKind.Sequential)]
public new class FrameInfo : LibWaterboxCore.FrameInfo
{
public long Time;
public Buttons Keys;
public byte TouchX;
public byte TouchY;

View File

@ -7,7 +7,6 @@ using System.Text;
using Newtonsoft.Json;
using BizHawk.Common;
using BizHawk.Common.CollectionExtensions;
using BizHawk.Emulation.Common;
// ReSharper disable SwitchExpressionHandlesSomeKnownEnumValuesWithExceptionInDefault

View File

@ -466,7 +466,6 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS
return new LibMelonDS.FrameInfo
{
Time = GetRtcTime(!DeterministicEmulation),
Keys = GetButtons(controller),
TouchX = (byte)controller.AxisValue("Touch X"),
TouchY = (byte)controller.AxisValue("Touch Y"),