Description
What happens?
Currently the end-user needs to manually create the path for the texture pack they wish to install. This can be cumbersome for those who aren't computer savvy, and potentially confusing since regional releases of the same game have different disc IDs.
Eg. ..\Documents\PPSSPP\PSP\TEXTURES\ULUS10XXX
What should happen?
I would suggest that either;
A) the path ..\PPSSPP\PSP\TEXTURES\ be created automatically. This simplifies the steps to install somewhat, but the issue of regional disc IDs is still present.
-or-
B) Perhaps PPSSPP could look at subfolders in ..\PPSSPP\TEXTURES\ . Each subfolder being a texture pack (regardless of name), and have the textures.ini file could define which disc IDs the pack works with.
Eg.
..\PPSSPP\TEXTURES\John_Doe_MGS-PW-HD\textures.ini
..\PPSSPP\TEXTURES\Snoopy_v_RedBaronHD\textures.ini
-or-
C) Instead of subfolders, texture packs could be zip files in \PPSSPP\Textures (same texture.ini disc ID functionality as option B).