forked from dolphin-emu/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#12430 from Tilka/cnk_c4
GameSettings: fix C4 texture tiling in Crash Nitro Kart
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# GC8JA4 - クラッシュ・バンディクー 爆走!ニトロカート | ||
|
||
[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. | ||
$Fix C4 texture tiling (used for buttons and some character icons) | ||
0400328C 7D0340AE | ||
04003290 5108452E | ||
04003294 5508E13E | ||
04003298 4E800020 | ||
040CA1B4 4BF390D9 | ||
|
||
[Video_Settings] | ||
|
||
[Video_Hacks] | ||
ImmediateXFBEnable = False |
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