From 749c51978d814c6c4ff799bce4aac89d6b320e70 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Sat, 6 May 2023 18:09:30 -0700 Subject: [PATCH] GameINI: Enable bounding box for "Solitaire & Mahjong" See https://bugs.dolphin-emu.org/issues/13248. This is needed for the menus to work properly (not run at 1FPS and render incorrectly). Additionally, immediate XFB causes flickering. --- Data/Sys/GameSettings/RSO.ini | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Data/Sys/GameSettings/RSO.ini diff --git a/Data/Sys/GameSettings/RSO.ini b/Data/Sys/GameSettings/RSO.ini new file mode 100644 index 0000000000..ce45e11f6f --- /dev/null +++ b/Data/Sys/GameSettings/RSO.ini @@ -0,0 +1,17 @@ +# RSOE4Z, RSOP4Z - Solitaire & Mahjong + +[Core] +# Values set here will override the main Dolphin settings. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Hacks] +BBoxEnable = True +ImmediateXFBEnable = False