From 715a80ef57e6b3677dbde28dd1e67d73958a61b2 Mon Sep 17 00:00:00 2001 From: Patrick Ferry <8967997+PatrickFerry@users.noreply.github.com> Date: Sun, 21 Nov 2021 05:19:18 +0000 Subject: [PATCH 1/2] GameSettings: Enable MMU and Set Texture Cache Accuracy to "Medium" for 007: From Russia with Love --- Data/Sys/GameSettings/GLZ.ini | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Data/Sys/GameSettings/GLZ.ini diff --git a/Data/Sys/GameSettings/GLZ.ini b/Data/Sys/GameSettings/GLZ.ini new file mode 100644 index 0000000000..efad8116f0 --- /dev/null +++ b/Data/Sys/GameSettings/GLZ.ini @@ -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 From f8ea167b1f5f775f0e104637370f59da149f6e95 Mon Sep 17 00:00:00 2001 From: Patrick Ferry <8967997+PatrickFerry@users.noreply.github.com> Date: Sun, 21 Nov 2021 05:20:30 +0000 Subject: [PATCH 2/2] GameSettings: Enable MMU for We Love Golf! --- Data/Sys/GameSettings/RWG.ini | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Data/Sys/GameSettings/RWG.ini diff --git a/Data/Sys/GameSettings/RWG.ini b/Data/Sys/GameSettings/RWG.ini new file mode 100644 index 0000000000..8822d987a1 --- /dev/null +++ b/Data/Sys/GameSettings/RWG.ini @@ -0,0 +1,5 @@ +# RWGE08, RWGP08, RWGJ08 - We Love Golf! + +[Core] +# Prevents crashing +MMU = True