fix for CI

This commit is contained in:
Morilli 2024-10-07 00:16:49 +02:00
parent 2c2efc6fb8
commit 882bab228f
2 changed files with 5 additions and 9 deletions

View File

@ -4,7 +4,6 @@ using System.Linq;
using BizHawk.Common;
using BizHawk.Emulation.Common;
//using BizHawk.Emulation.Cores.Components.Z80A;
using BizHawk.Emulation.Cores.Properties;
namespace BizHawk.Emulation.Cores.Computers.AmstradCPC
@ -98,7 +97,7 @@ namespace BizHawk.Emulation.Cores.Computers.AmstradCPC
//private readonly Z80A<CpuLink> _cpu;
private readonly LibFz80Wrapper _cpu;
private readonly TraceBuffer _tracer;
// private readonly TraceBuffer _tracer;
public IController _controller;
public CPCBase _machine;

View File

@ -1,12 +1,9 @@
using BizHawk.Common;
using BizHawk.Emulation.Common;
using BizHawk.Emulation.Cores.Nintendo.NES;
using SDL2;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using static BizHawk.Common.Shell32Imports.BROWSEINFOW;
using System.Security.Cryptography;
using BizHawk.Common;
using BizHawk.Common.NumberExtensions;
using BizHawk.Emulation.Common;
namespace BizHawk.Emulation.Cores.Computers.AmstradCPC
{