Skip to content

Commit

Permalink
Bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blastrock committed May 7, 2018
1 parent 039054a commit 0c4e8a6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.17

What's new:

- PSP games are now installed as EBOOT.pbp files. They are smaller and faster
to install. You will need to install the npdrm_free plugin in VSH to make
them work.
- Increased menu size

## 0.16

What's new:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ include(ExternalProject)

set(VITA_APP_NAME "PKGj")
set(VITA_TITLEID "PKGJ00000")
set(VITA_VERSION "0.16")
set(VITA_VERSION "0.17")

option(PKGI_ENABLE_LOGGING "enables debug logging over udp multicast" OFF)

Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ Press left or right button to move page up or down.
have and WiFi signal strength. But sometimes speed will drop down to only few hundred KB/s. This happens for pkg files that
contains many small files or many folders. Creating a new file or a new folder takes extra time which slows down the download.

5. I can't play PSP games, it says "The game could not be started (80010087)".

You need to install the [npdrm_free][] plugin in VSH.

# Building

You need to have [Vita SDK][vitasdk] with [libvita2d][] installed.
Expand All @@ -83,15 +87,14 @@ UDP multicast address 239.255.0.100:30000. To receive them you can use [socat][]

$ socat udp4-recv:30000,ip-add-membership=239.255.0.100:0.0.0.0 -

For easer debugging on Windows you can build pkgj in "simulator" mode - use Visual Studio 2017 solution from simulator folder.

# License

This software is released under the 2-clause BSD license.

puff.h and puff.c files are under [zlib][] license.

[NoNpDrm]: https://github.com/TheOfficialFloW/NoNpDrm
[NoNpDrm]: https://github.com/TheOfficialFloW/NoNpDrm/releases
[npdrm_free]: https://github.com/kyleatlast/npdrm_free/releases
[zrif_online_converter]: https://rawgit.com/mmozeiko/pkg2zip/online/zrif.html
[pkg_dec]: https://github.com/weaknespase/PkgDecrypt
[pkg_releases]: https://github.com/blastrock/pkgj/releases
Expand Down

0 comments on commit 0c4e8a6

Please sign in to comment.