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 9, 2018
1 parent 5e770be commit 5ca2437
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
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.17")
set(VITA_VERSION "0.18")

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

Expand Down
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5ca2437

Please sign in to comment.