mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #10238 from PatrickFerry/add-mmu-games
Gameini: Enable MMU for some games
This commit is contained in:
commit
e716349426
13
Data/Sys/GameSettings/GLZ.ini
Normal file
13
Data/Sys/GameSettings/GLZ.ini
Normal file
@ -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
|
5
Data/Sys/GameSettings/RWG.ini
Normal file
5
Data/Sys/GameSettings/RWG.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# RWGE08, RWGP08, RWGJ08 - We Love Golf!
|
||||
|
||||
[Core]
|
||||
# Prevents crashing
|
||||
MMU = True
|
Loading…
Reference in New Issue
Block a user