App.info

From Vita Developer wiki
Revision as of 11:50, 24 December 2019 by Li (talk | contribs) (→‎What is app.info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

What is app.info[edit | edit source]

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 it is a CXML structure.

Data Structure[edit | edit source]

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