Seregon/PkgToolBox

Toolbox for analyzing and editing pkg application files for psp,ps3, ps4 and ps5, includes the most useful functions you might need.

Python/57.3 KB/No license
Utilities/Constants/PKGCategory.py
PkgToolBox / Utilities / Constants / PKGCategory.py
1class PKGCategory:
2 GAME = "Game"
3 PATCH = "Patch"
4 ADDON = "Addon"
5 APP = "App"
6 UNKNOWN = "Unknown"