diff options
| author | degasus <wickmarkus@web.de> | 2015-05-25 09:48:50 +0200 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2015-05-25 09:48:50 +0200 |
| commit | fc76d0df38b8324c876f9fd8a1594f1df5b60ba7 (patch) | |
| tree | 441ec1d9efd1476fe12b858844f5c17662cee065 /Data | |
| parent | 7e127da791cd8b81626fa2d196f874365cf4fab2 (diff) | |
BBox: Touch old gameinis again
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/G8M.ini | 1 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/GDM.ini | 2 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/GHV.ini | 2 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/GSZ.ini | 3 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/R8P.ini | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/G8M.ini b/Data/Sys/GameSettings/G8M.ini index 1516199687..1c07b83be4 100644 --- a/Data/Sys/GameSettings/G8M.ini +++ b/Data/Sys/GameSettings/G8M.ini @@ -19,4 +19,5 @@ EmulationIssues = Needs Efb to Ram for BBox (proper graphics). [Video_Hacks] EFBToTextureEnable = False +BBoxEnable = True diff --git a/Data/Sys/GameSettings/GDM.ini b/Data/Sys/GameSettings/GDM.ini index 783be19817..5445559bd5 100644 --- a/Data/Sys/GameSettings/GDM.ini +++ b/Data/Sys/GameSettings/GDM.ini @@ -17,3 +17,5 @@ EmulationIssues = [ActionReplay] # Add action replay cheats here. +[Video_Hacks] +BBoxEnable = True diff --git a/Data/Sys/GameSettings/GHV.ini b/Data/Sys/GameSettings/GHV.ini index ef688ce114..4acedba8a0 100644 --- a/Data/Sys/GameSettings/GHV.ini +++ b/Data/Sys/GameSettings/GHV.ini @@ -17,3 +17,5 @@ EmulationIssues = [ActionReplay] # Add action replay cheats here. +[Video_Hacks] +BBoxEnable = True diff --git a/Data/Sys/GameSettings/GSZ.ini b/Data/Sys/GameSettings/GSZ.ini index a305be0faa..d87d2d594c 100644 --- a/Data/Sys/GameSettings/GSZ.ini +++ b/Data/Sys/GameSettings/GSZ.ini @@ -25,3 +25,6 @@ PH_SZFar = 0 PH_ExtraParam = 0 PH_ZNear = PH_ZFar = + +[Video_Hacks] +BBoxEnable = True diff --git a/Data/Sys/GameSettings/R8P.ini b/Data/Sys/GameSettings/R8P.ini index 22ee7db50f..8cc62012b6 100644 --- a/Data/Sys/GameSettings/R8P.ini +++ b/Data/Sys/GameSettings/R8P.ini @@ -23,3 +23,5 @@ ProjectionHack = 0 [Video_Hacks] EFBToTextureEnable = False +[Video_Hacks] +BBoxEnable = True |
