diff --git a/CHANGELOG.md b/CHANGELOG.md index f8779b3c..d19e6b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/CMakeLists.txt b/CMakeLists.txt index 8070be9f..f08c23ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/README.md b/README.md index c3dca401..da4d61d8 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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