From 97d9ce35e23325558af69726c82ce0251a6c96a6 Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Sun, 6 Aug 2023 03:20:49 -0700 Subject: [PATCH] Disable Hybrid Screen setting in Citra for now --- .../Consoles/Nintendo/3DS/Citra.ISettable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Citra.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Citra.ISettable.cs index 9f4a755942..633f6229d2 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Citra.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Citra.ISettable.cs @@ -188,7 +188,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.N3DS SingleScreen, LargeScreen, SideScreen, - HybridScreen = 5, + //HybridScreen = 5, } [DisplayName("Layout Option")]