diff options
| author | Martino Fontana <tinozzo123@gmail.com> | 2026-01-15 19:25:06 +0100 |
|---|---|---|
| committer | Martino Fontana <tinozzo123@gmail.com> | 2026-01-15 19:25:11 +0100 |
| commit | 753537377a85eea456ef80b69e244716c202ea6e (patch) | |
| tree | 9cd0e7c6f4bc9658eb065340f1fe2585326ab106 /Data | |
| parent | 4c7cb2622f6e05e13aa94f058c110923733df2c3 (diff) | |
GameINI: Enable EFB Access for PES 2009-2013
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/R2W.ini | 5 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/S2P.ini | 5 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/S3I.ini | 5 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/SAA.ini | 5 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/SPV.ini | 17 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/SUX.ini | 5 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/SW4.ini | 5 |
7 files changed, 34 insertions, 13 deletions
diff --git a/Data/Sys/GameSettings/R2W.ini b/Data/Sys/GameSettings/R2W.ini new file mode 100644 index 0000000000..1408559a59 --- /dev/null +++ b/Data/Sys/GameSettings/R2W.ini @@ -0,0 +1,5 @@ +# R2WPA4, R2WXA4, R2WEA4, R2WJA4 - Pro Evolution Soccer 2009 + +[Video_Hacks] +# Properly show miniatures on Tactics/Substitutions screen. +EFBAccessEnable = True diff --git a/Data/Sys/GameSettings/S2P.ini b/Data/Sys/GameSettings/S2P.ini new file mode 100644 index 0000000000..772c8bd0b6 --- /dev/null +++ b/Data/Sys/GameSettings/S2P.ini @@ -0,0 +1,5 @@ +# S2PJA4, S2PEA4, S2PPA4, S2PXA4, S2PYA4 - Pro Evolution Soccer 2012 + +[Video_Hacks] +# Properly show miniatures on Tactics/Substitutions screen. +EFBAccessEnable = True diff --git a/Data/Sys/GameSettings/S3I.ini b/Data/Sys/GameSettings/S3I.ini new file mode 100644 index 0000000000..250c6210a3 --- /dev/null +++ b/Data/Sys/GameSettings/S3I.ini @@ -0,0 +1,5 @@ +# S3IEA4, S3IPA4, S3IXA4, S3IYA4 - Pro Evolution Soccer 2013 + +[Video_Hacks] +# Properly show miniatures on Tactics/Substitutions screen. +EFBAccessEnable = True diff --git a/Data/Sys/GameSettings/SAA.ini b/Data/Sys/GameSettings/SAA.ini new file mode 100644 index 0000000000..80dd88017e --- /dev/null +++ b/Data/Sys/GameSettings/SAA.ini @@ -0,0 +1,5 @@ +# SAAJA4 - World Soccer: Winning Eleven 2013 + +[Video_Hacks] +# Properly show miniatures on Tactics/Substitutions screen. +EFBAccessEnable = True diff --git a/Data/Sys/GameSettings/SPV.ini b/Data/Sys/GameSettings/SPV.ini index d3760e20c4..9b9c7fe0ed 100644 --- a/Data/Sys/GameSettings/SPV.ini +++ b/Data/Sys/GameSettings/SPV.ini @@ -1,14 +1,5 @@ -# SPVEA4, SPVPA4, SPVXA4, SPVYA4 - Pro Evolution Soccer 2011 - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# SPVEA4, SPVPA4, SPVYA4, SPVXA4 - Pro Evolution Soccer 2011 +[Video_Hacks] +# Properly show miniatures on Tactics/Substitutions screen. +EFBAccessEnable = True diff --git a/Data/Sys/GameSettings/SUX.ini b/Data/Sys/GameSettings/SUX.ini new file mode 100644 index 0000000000..16ea67a70a --- /dev/null +++ b/Data/Sys/GameSettings/SUX.ini @@ -0,0 +1,5 @@ +# SUXEA4, SUXYA4, SUXJA4, SJWJA4, SUXPA4, SUXXA4 - Pro Evolution Soccer 2010 + +[Video_Hacks] +# Properly show miniatures on Tactics/Substitutions screen. +EFBAccessEnable = True diff --git a/Data/Sys/GameSettings/SW4.ini b/Data/Sys/GameSettings/SW4.ini new file mode 100644 index 0000000000..1563917261 --- /dev/null +++ b/Data/Sys/GameSettings/SW4.ini @@ -0,0 +1,5 @@ +# SW4JA4 - World Soccer: Winning Eleven 2011 + +[Video_Hacks] +# Properly show miniatures on Tactics/Substitutions screen. +EFBAccessEnable = True |
