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

Function Main

Tools/GenerateCode.py:328–334  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

326
327
328def Main():
329 # this file is generated by eboot import table, from VS log ouput
330 imp_mods = ParseImportFile('import_modules.txt')
331 GetFuncNameFromDB('system\\common\\lib', imp_mods)
332 SortDic(imp_mods)
333 WriteCodeFile('SceModules', imp_mods)
334 print('done!')
335
336if __name__ == '__main__':
337 Main()

Callers 1

GenerateCode.pyFile · 0.70

Calls 5

ParseImportFileFunction · 0.85
GetFuncNameFromDBFunction · 0.85
SortDicFunction · 0.85
WriteCodeFileFunction · 0.85
printFunction · 0.50

Tested by

no test coverage detected