(old_fname)
| 29 | # while most stands for a module |
| 30 | # so we have to fix this |
| 31 | def 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 |