Skip to content

Commit

Permalink
Fix PS Vita and PS3 version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiou87 committed Feb 22, 2021
1 parent 33a35c6 commit 1f8989e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ps3/assets/sfo.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<sfo>
<value name="APP_VER" type="string">
07.2
07.20
</value>
<value name="ATTRIBUTE" type="integer">
0
Expand Down
2 changes: 1 addition & 1 deletion vita/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include("${VITASDK}/share/vita.cmake" REQUIRED)

set(VITA_APP_NAME "OpenSupaplex")
set(VITA_TITLEID "OSPX00001")
set(VITA_VERSION "07.2")
set(VITA_VERSION "07.20")

option(DEBUGNET "Enable debugnet for logging" ON)

Expand Down

0 comments on commit 1f8989e

Please sign in to comment.