shuts up a warning
This commit is contained in:
CasualPokePlayer 2024-06-06 00:43:49 -07:00
parent c21172ae03
commit 7ec0a4c4af
1 changed files with 1 additions and 1 deletions

View File

@ -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;