mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Game Inis: set Immediate Mode to false for Xenoblade and Zelda Twilight Princess which are known to have frame pacing issues with it enabled
This commit is contained in:
parent
7c96e51bc8
commit
febeb49df2
3 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,5 @@ EmulationIssues =
|
|||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
||||
|
|
|
@ -19,3 +19,4 @@ EmulationIssues =
|
|||
|
||||
[Video_Hacks]
|
||||
EFBAccessEnable = True
|
||||
ImmediateXFBEnable = False
|
||||
|
|
|
@ -18,3 +18,4 @@ EmulationIssues = The game randomly freezes.
|
|||
# Add action replay cheats here.
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue