mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
GameINI: Enable XFB for Karaoke Revolution Glee 1-3
This prevents the games from flickering.
This commit is contained in:
parent
3be364073d
commit
fa3d1e117f
22
Data/Sys/GameSettings/SKA.ini
Normal file
22
Data/Sys/GameSettings/SKA.ini
Normal file
@ -0,0 +1,22 @@
|
||||
# SKAEA4, SKAPA4 - Karaoke Revolution Glee: Volume 1
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 2
|
||||
EmulationIssues = Microphone input does not work because of missing IOS USB support.
|
||||
|
||||
[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_Settings]
|
||||
UseXFB = True
|
||||
UseRealXFB = False
|
22
Data/Sys/GameSettings/SKG.ini
Normal file
22
Data/Sys/GameSettings/SKG.ini
Normal file
@ -0,0 +1,22 @@
|
||||
# SKGEA4 - Karaoke Revolution Glee: Volume 2
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 2
|
||||
EmulationIssues = Microphone input does not work because of missing IOS USB support.
|
||||
|
||||
[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_Settings]
|
||||
UseXFB = True
|
||||
UseRealXFB = False
|
22
Data/Sys/GameSettings/SKO.ini
Normal file
22
Data/Sys/GameSettings/SKO.ini
Normal file
@ -0,0 +1,22 @@
|
||||
# SKOEA4 - Karaoke Revolution Glee: Volume 3
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 2
|
||||
EmulationIssues = Microphone input does not work because of missing IOS USB support.
|
||||
|
||||
[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_Settings]
|
||||
UseXFB = True
|
||||
UseRealXFB = False
|
Loading…
x
Reference in New Issue
Block a user