mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 06:44:59 +00:00
Merge pull request #10197 from sepalani/mh-tex-corruption
GameINI: Change Texture Cache to Safe in RMHJ08.ini and ROM.ini
This commit is contained in:
commit
be9035454a
2 changed files with 7 additions and 0 deletions
|
@ -10,5 +10,8 @@ $Bloom OFF
|
||||||
0x805DD6D8:dword:0x60000000
|
0x805DD6D8:dword:0x60000000
|
||||||
0x805DD6DC:dword:0x60000000
|
0x805DD6DC:dword:0x60000000
|
||||||
|
|
||||||
|
[Video_Settings]
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
|
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
4
Data/Sys/GameSettings/ROM.ini
Normal file
4
Data/Sys/GameSettings/ROM.ini
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# ROMJ08 - Monster Hunter G
|
||||||
|
|
||||||
|
[Video_Settings]
|
||||||
|
SafeTextureCacheColorSamples = 0
|
Loading…
Add table
Reference in a new issue