From 7ebb89fec9c8aeedb4908e896831bd48bba5dbbd Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Sun, 4 Aug 2024 14:30:43 -0700 Subject: [PATCH] release Encore --- src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.cs index 2c4e233316..9d1d318f8c 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.cs @@ -10,8 +10,8 @@ using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Consoles.Nintendo.N3DS { - [PortedCore(CoreNames.Encore, "", "nightly-2104", "https://github.com/CasualPokePlayer/encore", singleInstance: true, isReleased: false)] - [ServiceNotApplicable(new[] { typeof(IDriveLight), typeof(IRegionable) })] + [PortedCore(CoreNames.Encore, "", "nightly-2104", "https://github.com/CasualPokePlayer/encore", singleInstance: true)] + [ServiceNotApplicable([ typeof(IDriveLight), typeof(IRegionable) ])] public partial class Encore { private static DynamicLibraryImportResolver _resolver;