From ab8eb0405cae402115681a6d71ad42c66f64b46c Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:16:55 -0700 Subject: [PATCH] Default to MT renderer for Faust --- src/BizHawk.Emulation.Cores/Consoles/Nintendo/Faust/Faust.cs | 1 + 1 file changed, 1 insertion(+) 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 } },