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] 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