Skip to content

Commit

Permalink
Release v2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOfficialFloW committed Jun 14, 2021
1 parent 3ecdf68 commit ab16eb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ project(GTASA C CXX)
include("${VITASDK}/share/vita.cmake" REQUIRED)
set(VITA_APP_NAME "GTA: SA")
set(VITA_TITLEID "GTASA0000")
set(VITA_VERSION "02.00")
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 Expand Up @@ -43,7 +44,6 @@ target_link_libraries(GTASA
vitashark
mathneon
mpg123
taihen_stub
kubridge_stub
SceAppMgr_stub
SceAppUtil_stub
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ The port works by loading the official Android ARMv7 executable in memory, resol

## Changelog

### v2.0

- Fixed original bug where ITB and the gym treadmill could not be used. Thanks to adjutantt.
- Added version to bubble.

### v1.9

- Fixed issue where some peds were invisible.
Expand Down
1 change: 0 additions & 1 deletion loader/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <psp2/ctrl.h>
#include <psp2/power.h>
#include <psp2/touch.h>
#include <taihen.h>
#include <kubridge.h>
#include <vitashark.h>
#include <vitaGL.h>
Expand Down

0 comments on commit ab16eb4

Please sign in to comment.