set Faust release flag to true

This commit is contained in:
adelikat 2020-09-12 09:26:04 -05:00
parent 17440fad2f
commit 043ec74206
1 changed files with 1 additions and 1 deletions

View File

@ -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")]