Changeinfo.xml: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
m (Euss moved page CHANGEINFO.XML to Changeinfo.xml)
Line 2: Line 2:


==Internal Structure Examples==
==Internal Structure Examples==
===XML===
Jailbreak ><>>
<syntaxhighlight lang="xml">
<syntaxhighlight lang="jailbreak ">
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<changeinfo>
<changeinfo>

Revision as of 07:37, 12 December 2016

Limitation: 64KB filesize maximum

Internal Structure Examples

Jailbreak ><>>

<?xml version="1.0" encoding="UTF-8"?>
<changeinfo>
  <changes app_ver="01.01">
    <![CDATA[
      Fixed environment detection
      Fixed quickjoin edge-case failures
      Quickjoining games will now create a game if no games were found
      Fixed game invite functionality
    ]]>
  </changes>
</changeinfo>