Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Allow app to visit any directory with unsafe mode
Browse files Browse the repository at this point in the history
  • Loading branch information
joel16 committed Jul 17, 2019
1 parent 60681f9 commit 5858d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ target_link_libraries(${PROJECT_NAME}
SceTouch_stub
)

vita_create_self(${PROJECT_NAME}.self ${PROJECT_NAME})
vita_create_self(${PROJECT_NAME}.self ${PROJECT_NAME} UNSAFE)
vita_create_vpk(${PROJECT_NAME}.vpk ${VITA_TITLEID} ${PROJECT_NAME}.self
VERSION ${VITA_VERSION}
NAME ${VITA_APP_NAME}
Expand Down

0 comments on commit 5858d7a

Please sign in to comment.