mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-18 02:40:11 +00:00
Merge pull request #14603 from jordan-woyak/gamesettings-solitaire
GameSettings: Apply settings required for Solitaire and Mahjong WiiWare.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# WMZPLN - Mahjong
|
||||
|
||||
[Video_Hacks]
|
||||
# Avoids constant flickering.
|
||||
ImmediateXFBEnable = False
|
||||
# Required for cursor functionality.
|
||||
EFBAccessEnable = True
|
||||
@@ -0,0 +1,7 @@
|
||||
# WSSPLN - Solitaire
|
||||
|
||||
[Video_Hacks]
|
||||
# Avoids constant flickering.
|
||||
ImmediateXFBEnable = False
|
||||
# Required for cursor functionality.
|
||||
EFBAccessEnable = True
|
||||
Reference in New Issue
Block a user