Merge pull request #10238 from PatrickFerry/add-mmu-games
Gameini: Enable MMU for some games
This commit is contained in:
commit
e716349426
|
@ -0,0 +1,13 @@
|
|||
# GLZP69, GLZE69, GLZD69, GLZF69 - 007: From Russia with Love
|
||||
|
||||
[Core]
|
||||
# Displays in-game menus
|
||||
MMU = True
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
[Video_Hacks]
|
||||
# Fixes Bloom
|
||||
#EFBToTextureEnable = False
|
||||
#DeferEFBCopies = False
|
|
@ -0,0 +1,5 @@
|
|||
# RWGE08, RWGP08, RWGJ08 - We Love Golf!
|
||||
|
||||
[Core]
|
||||
# Prevents crashing
|
||||
MMU = True
|
Loading…
Reference in New Issue