release Encore

This commit is contained in:
CasualPokePlayer 2024-08-04 14:30:43 -07:00
parent 618f66f970
commit 7ebb89fec9
1 changed files with 2 additions and 2 deletions

View File

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