forked from shiiion/dolphin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request dolphin-emu#13064 from PatrickFerry/gameini_fixing…
…_mistakes GameINI: Fixing Various Mistakes
- Loading branch information
Showing
4 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ | |
# Add action replay cheats here. | ||
|
||
[Video_Hacks] | ||
ImmediateXFBEnable = False | ||
VertexRounding = True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
# RHFE5D, RHFP5D - Happy Feet | ||
|
||
[Core] | ||
# Values set here will override the main Dolphin settings. | ||
# The JIT cache causes problems with emulated icache invalidation in this game resulting in areas failing to load | ||
DisableICache = True | ||
|
||
[Video_Settings] | ||
SuggestedAspectRatio = 2 | ||
# The JIT cache causes problems with emulated icache invalidation in this game resulting in a crash on starting the game | ||
DisableICache = True |