mirror of
https://github.com/joel16/VitaShell.git
synced 2024-11-23 11:49:40 +00:00
Update v1.82
This commit is contained in:
parent
3e78896c55
commit
1906484303
@ -14,7 +14,7 @@ project(VitaShell)
|
||||
include("${VITASDK}/share/vita.cmake" REQUIRED)
|
||||
set(VITA_APP_NAME "VitaShell")
|
||||
set(VITA_TITLEID "VITASHELL")
|
||||
set(VITA_VERSION "01.81")
|
||||
set(VITA_VERSION "01.82")
|
||||
|
||||
# Flags and includes
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -O3 -Wno-unused-variable -Wno-unused-but-set-variable -Wno-format-truncation -fno-lto")
|
||||
|
@ -107,6 +107,9 @@ Credits
|
||||
Changelog
|
||||
---------
|
||||
|
||||
### Changelog 1.82
|
||||
- Added support for firmware 3.65/3.67.
|
||||
|
||||
### Changelog 1.81
|
||||
- Added adhoc file transfer feature.
|
||||
- Fixed bug where it didn't count files and folders in archives correctly.
|
||||
|
2
main.h
2
main.h
@ -53,7 +53,7 @@
|
||||
|
||||
// VitaShell version major.minor
|
||||
#define VITASHELL_VERSION_MAJOR 0x01
|
||||
#define VITASHELL_VERSION_MINOR 0x81
|
||||
#define VITASHELL_VERSION_MINOR 0x82
|
||||
|
||||
#define VITASHELL_VERSION ((VITASHELL_VERSION_MAJOR << 0x18) | (VITASHELL_VERSION_MINOR << 0x10))
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
<frame id="frame4">
|
||||
<liveitem>
|
||||
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
|
||||
<str size="18" color="#ffffff" shadow="on">v1.81</str>
|
||||
<str size="18" color="#ffffff" shadow="on">v1.82</str>
|
||||
</text>
|
||||
</liveitem>
|
||||
</frame>
|
||||
|
@ -352,4 +352,9 @@
|
||||
- Improved controls code.<br>
|
||||
]]>
|
||||
</changes>
|
||||
<changes app_ver="01.82">
|
||||
<![CDATA[
|
||||
- Added support for firmware 3.65/3.67.<br>
|
||||
]]>
|
||||
</changes>
|
||||
</changeinfo>
|
||||
|
Loading…
Reference in New Issue
Block a user