diff options
author | 浅倉麗子 | 2020-06-12 22:37:05 -0400 |
---|---|---|
committer | 浅倉麗子 | 2020-06-12 22:37:05 -0400 |
commit | 1f1e1480c871bc6931c6212aa9f74c82a7d3f28d (patch) | |
tree | 15986c50ce71590a9ab3001eaf7dc3a93b6ae02c | |
parent | Add config app preview (diff) | |
download | sharpscale-1f1e1480c871bc6931c6212aa9f74c82a7d3f28d.tar.gz |
Add LiveArea manual to config appv1.5.0
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | config-app/CMakeLists.txt | 3 | ||||
-rw-r--r-- | config-app/manual.png | bin | 0 -> 36001 bytes |
3 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b0bbf57..f85d27a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ #### v1.5.0 - Name changes to configuration options +- Configuration app has a manual that can be opened from the LiveArea #### v1.4.0 diff --git a/config-app/CMakeLists.txt b/config-app/CMakeLists.txt index b2d09d1..16ebc6d 100644 --- a/config-app/CMakeLists.txt +++ b/config-app/CMakeLists.txt @@ -25,7 +25,7 @@ set(VPK "${PROJECT_NAME}.vpk") set(TITLE_NAME "Sharpscale Config Menu") set(TITLE_ID "AKRK00005") -set(TITLE_VER "01.06") +set(TITLE_VER "01.07") add_executable("${ELF}" main.c @@ -64,4 +64,5 @@ dolce_create_vpk("${VPK}" "${TITLE_ID}" "${SELF}" NAME "${TITLE_NAME}" VERSION "${TITLE_VER}" FILE icon0.png sce_sys/icon0.png + FILE manual.png sce_sys/manual/001.png ) diff --git a/config-app/manual.png b/config-app/manual.png Binary files differnew file mode 100644 index 0000000..7110b9a --- /dev/null +++ b/config-app/manual.png |