mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
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.
This commit is contained in:
parent
810eb70f0e
commit
749c51978d
17
Data/Sys/GameSettings/RSO.ini
Normal file
17
Data/Sys/GameSettings/RSO.ini
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user