diff --git a/CHANGELOG.md b/CHANGELOG.md index 04394811..2e32595c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.18 + +What's new: + +- PSP games now default to an ISO installation. Add `install_psp_as_pbp 1` in + your config.txt to install EBOOT.PBP files. +- Added support for PC Engine games. + ## 0.17 What's new: diff --git a/CMakeLists.txt b/CMakeLists.txt index f08c23ef..85848c06 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.17") +set(VITA_VERSION "0.18") option(PKGI_ENABLE_LOGGING "enables debug logging over udp multicast" OFF) diff --git a/README.md b/README.md index da4d61d8..08844354 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,23 @@ 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. +4. I want to install PSP games as EBOOT file. + + Installing PSP games as EBOOT files is possible. It allows to install games + faster and make them take less space. However, you will need to install + the [npdrm_free][] plugin to make them work. + + To install PSP games as EBOOT files, just add the following line to your + config: + + install_psp_as_pbp 1 + + If you want to switch back to the other mode, simply remove the line. Writing + 0 is not sufficient. + 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. + You need to install the [npdrm_free][] plugin in VSH, or install games as ISO. # Building