diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Faust/Faust.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Faust/Faust.cs index f80b6972fc..eb7814775f 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Faust/Faust.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Faust/Faust.cs @@ -59,6 +59,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.Faust protected override IDictionary SettingOverrides { get; } = new Dictionary { + { "snes_faust.renderer", new() { Default = "mt" } }, { "snes_faust.affinity.ppu", new() { Hide = true } }, { "snes_faust.affinity.msu1.audio", new() { Hide = true } }, { "snes_faust.affinity.msu1.data", new() { Hide = true } },