mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 18:48:56 -06:00
Merge pull request #12430 from Tilka/cnk_c4
GameSettings: fix C4 texture tiling in Crash Nitro Kart
This commit is contained in:
24
Data/Sys/GameSettings/GC8JA4.ini
Normal file
24
Data/Sys/GameSettings/GC8JA4.ini
Normal file
@ -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
|
@ -11,6 +11,12 @@
|
|||||||
|
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
$Fix C4 texture tiling (used for buttons and some character icons)
|
||||||
|
0400328C 7D0340AE
|
||||||
|
04003290 5108452E
|
||||||
|
04003294 5508E13E
|
||||||
|
04003298 4E800020
|
||||||
|
040CC574 4BF36D19
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user