From 7ec0a4c4af90d72f2815a29d8ab79dc1c66605b4 Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Thu, 6 Jun 2024 00:43:49 -0700 Subject: [PATCH] seal NDS shuts up a warning --- src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs index 90fad3b32f..172870cb81 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs @@ -20,7 +20,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS { [PortedCore(CoreNames.MelonDS, "Arisotura", "0.9.5", "https://melonds.kuribo64.net/")] [ServiceNotApplicable(new[] { typeof(IDriveLight), typeof(IRegionable) })] - public partial class NDS : WaterboxCore + public sealed partial class NDS : WaterboxCore { private readonly LibMelonDS _core; private readonly IntPtr _console;