Skip to content

Commit

Permalink
fix livearea
Browse files Browse the repository at this point in the history
  • Loading branch information
frangarcj committed Sep 1, 2021
1 parent 27778bf commit 0689c2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ endif()

project(FF3.elf C CXX)
include("${VITASDK}/share/vita.cmake" REQUIRED)
set(VITA_APP_NAME "Final Fantasy 3")
set(VITA_APP_NAME "Final Fantasy III")
set(VITA_TITLEID "FF3000000")
set(VITA_VERSION "01.00")
set(VITA_VERSION "01.10")
set(VITA_MKSFOEX_FLAGS "-d ATTRIBUTE2=12")

set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -Wl,-q,--wrap,memcpy,--wrap,memmove,--wrap,memset -Wall -O3 -mfloat-abi=softfp")
Expand Down
Binary file modified sce_sys/livearea/contents/bg0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions sce_sys/livearea/contents/template.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>

<livearea style="A2" format-ver="01.00" content-rev="1">
<livearea style="a5" format-ver="01.00" content-rev="1">
<livearea-background>
<image>bg0.png</image>
</livearea-background>

<gate>
<startup-image>startup.png</startup-image>
</gate>
</gate>

<frame id="frame3">
<frame id="frame6">
<liveitem>
<target>psla:-config</target>
<background valign="bottom" align="center">config.png</background>
Expand Down

0 comments on commit 0689c2a

Please sign in to comment.