From 0069c6825bb1eda1cc03566a3d02b9fc3ec9b697 Mon Sep 17 00:00:00 2001 From: feos Date: Fri, 14 Jun 2024 00:39:06 +0300 Subject: [PATCH] analyzer (disks will be supported later) --- src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.cs b/src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.cs index 4111912104..b3c048c813 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.cs @@ -3,7 +3,7 @@ using BizHawk.Common.CollectionExtensions; using BizHawk.Common.StringExtensions; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Waterbox; -using BizHawk.Emulation.DiscSystem; +//using BizHawk.Emulation.DiscSystem; using System; using System.Collections.Generic;