App.info: Difference between revisions

From Vita Developer wiki
Jump to navigation Jump to search
Line 2: Line 2:
app.info is pretty much the PlayStation Mobile version of [[param.sfo]],  
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
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.
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 ==
== Data Structure ==

Revision as of 11:48, 24 December 2019

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

Data Structure

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