From fc2b37cab78a130e06696b0ad6b0ecb48ea06182 Mon Sep 17 00:00:00 2001 From: feos Date: Sat, 14 Dec 2024 23:14:59 +0300 Subject: [PATCH] uae: fix DevilsTemple --- src/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj | 2 +- src/BizHawk.Emulation.Cores/Computers/Amiga/UAE.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj b/src/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj index f92e5268a81..e30a0e76a1e 100644 --- a/src/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj +++ b/src/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj @@ -22,7 +22,7 @@ - + diff --git a/src/BizHawk.Emulation.Cores/Computers/Amiga/UAE.cs b/src/BizHawk.Emulation.Cores/Computers/Amiga/UAE.cs index 1885c530cf4..5b2ed86f452 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Amiga/UAE.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Amiga/UAE.cs @@ -18,7 +18,7 @@ public partial class UAE : WaterboxCore private static readonly Configuration ConfigPAL = new Configuration { SystemId = VSystemID.Raw.Amiga, - MaxSamples = 2 * 1024, + MaxSamples = 8 * 1024, DefaultWidth = LibUAE.PAL_WIDTH, DefaultHeight = LibUAE.PAL_HEIGHT, MaxWidth = LibUAE.PAL_WIDTH, @@ -30,7 +30,7 @@ public partial class UAE : WaterboxCore private static readonly Configuration ConfigNTSC = new Configuration { SystemId = VSystemID.Raw.Amiga, - MaxSamples = 2 * 1024, + MaxSamples = 8 * 1024, DefaultWidth = LibUAE.NTSC_WIDTH, DefaultHeight = LibUAE.NTSC_HEIGHT, // games never switch region, and video dumping won't be happy, but amiga can still do it