diff --git a/src/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj b/src/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj index f92e5268a8..e30a0e76a1 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 1885c530cf..5b2ed86f45 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Amiga/UAE.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Amiga/UAE.cs @@ -18,7 +18,7 @@ namespace BizHawk.Emulation.Cores.Computers.Amiga 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 @@ namespace BizHawk.Emulation.Cores.Computers.Amiga 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