From 043ec742064dbc0677514d9cebea80edba7c24a6 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 12 Sep 2020 09:26:04 -0500 Subject: [PATCH] set Faust release flag to true --- src/BizHawk.Emulation.Cores/Consoles/Nintendo/Faust/Faust.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Faust/Faust.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Faust/Faust.cs index ee0327b79b..fedf7b798a 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Faust/Faust.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Faust/Faust.cs @@ -4,7 +4,7 @@ using BizHawk.Emulation.Cores.Waterbox; namespace BizHawk.Emulation.Cores.Consoles.Nintendo.Faust { - [Core("Faust", "Mednafen Team", true, false, "1.24.3", "https://mednafen.github.io/releases/", false)] + [Core("Faust", "Mednafen Team", true, true, "1.24.3", "https://mednafen.github.io/releases/", false)] public class Faust : NymaCore, IRegionable { [CoreConstructor("SNES")]