From 25c52b0b69f7214dd8b249f8f1f0313524a41c5c Mon Sep 17 00:00:00 2001 From: "kostamarino@hotmail.com" Date: Mon, 23 Sep 2013 23:49:15 +0300 Subject: [PATCH] Gameini database update of Metroid: Other M. The game actually needed emulate format changes and not a projection hack to work properly. Disabled the projection hack and the game now works fine with all backends (it didn't with d3d11). Fixes issue 4226. --- Data/Sys/GameSettings/R3OE01.ini | 4 +++- Data/Sys/GameSettings/R3OJ01.ini | 4 +++- Data/Sys/GameSettings/R3OP01.ini | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Data/Sys/GameSettings/R3OE01.ini b/Data/Sys/GameSettings/R3OE01.ini index 935f38795a..787db9386d 100644 --- a/Data/Sys/GameSettings/R3OE01.ini +++ b/Data/Sys/GameSettings/R3OE01.ini @@ -18,7 +18,7 @@ EmulationStateId = 4 # Add action replay cheats here. [Video] -ProjectionHack = 1 +ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 1 @@ -28,3 +28,5 @@ PH_ZFar = [Video_Settings] SafeTextureCacheColorSamples = 512 +[Video_Hacks] +EFBEmulateFormatChanges = True diff --git a/Data/Sys/GameSettings/R3OJ01.ini b/Data/Sys/GameSettings/R3OJ01.ini index 27e0275b2b..9e0e571385 100644 --- a/Data/Sys/GameSettings/R3OJ01.ini +++ b/Data/Sys/GameSettings/R3OJ01.ini @@ -18,7 +18,7 @@ EmulationStateId = 4 # Add action replay cheats here. [Video] -ProjectionHack = 1 +ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 1 @@ -28,3 +28,5 @@ PH_ZFar = [Video_Settings] SafeTextureCacheColorSamples = 512 +[Video_Hacks] +EFBEmulateFormatChanges = True diff --git a/Data/Sys/GameSettings/R3OP01.ini b/Data/Sys/GameSettings/R3OP01.ini index 7d2d9995f1..b5039bdb24 100644 --- a/Data/Sys/GameSettings/R3OP01.ini +++ b/Data/Sys/GameSettings/R3OP01.ini @@ -18,7 +18,7 @@ EmulationStateId = 4 # Add action replay cheats here. [Video] -ProjectionHack = 1 +ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 1 @@ -28,3 +28,5 @@ PH_ZFar = [Video_Settings] SafeTextureCacheColorSamples = 512 +[Video_Hacks] +EFBEmulateFormatChanges = True