App.info

From Vita Developer wiki
Revision as of 12:54, 10 December 2018 by Li (talk | contribs) (Created page with "== What is app.info == app.info is pretty much the PlayStation Mobile version of param.sfo, When compiling a game with the PSM SDK your app.xml file is compiled into app....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

What is app.info

app.info is pretty much the PlayStation Mobile version of param.sfo, When compiling a game with the PSM SDK your app.xml file is compiled into app.info by the "appinfo_compiler.py" script found inside the PSM SDK. Unlike param.sfo app.info actually embeds the icon0 and pic0 files inside app.info

Data Structure

offset value description
0x00 0x50534D41 (ASCII "PSMA") Magic Number / File Header