MCPcopy Create free account
hub / github.com/Inori/GPCS4 / FixFileName

Function FixFileName

Tools/GenerateCode.py:31–40  ·  view source on GitHub ↗
(old_fname)

Source from the content-addressed store, hash-verified

29# while most stands for a module
30# so we have to fix this
31def FixFileName(old_fname):
32 new_fname = old_fname
33 if old_fname == 'libSceAppContentUtil.sprx.json':
34 new_fname = 'libSceAppContent.sprx.json'
35 elif old_fname == 'libSceNpScore.sprx.json':
36 new_fname = 'libSceNpScoreRanking.sprx.json'
37 elif old_fname == 'libSceJson.sprx.json':
38 new_fname = 'libSceJson2.sprx.json'
39
40 return new_fname
41
42
43# https://github.com/idc/ps4libdoc/tree/5.05

Callers 1

GetFuncNameFromDBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected