GoldHEN / GoldHEN_Plugins_Repository

Custom Plugins for PS4
GNU General Public License v3.0
130 stars 13 forks source link

Optimize how game patches are loaded #14

Open illusion0001 opened 1 year ago

illusion0001 commented 1 year ago

Currently we open it by procInfo.titleid. Plans are:

[/data/GoldHEN/patches/xml]
CUSA00001=/data/GoldHEN/patches/xml/my_patch.xml
CUSA00002=/data/GoldHEN/patches/xml/my_patch.xml
CUSA00003=/data/GoldHEN/patches/xml/my_patch.xml
CUSA00004=/data/GoldHEN/patches/xml/my_patch.xml

This will mean that multiple games can reference the same file, thus reducing duplicate data and cut down on files generated from CI.