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/PKGRegion.py
PkgToolBox / Utilities / Constants / PKGRegion.py
1class PKGRegion:
2 UK = "UK"
3 EU = "EU"
4 US = "US"
5 JAPAN = "JAPAN"
6 HONG_KONG = "HONG KONG"
7 ASIA = "ASIA"
8 KOREA = "KOREA"