Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed Jan 22, 2022
1 parent 3b20ea7 commit abdce3e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ All notable changes to the `apollo-ps3` project will be documented in this file.

## [Unreleased]()

## [v1.6.5](https://github.com/bucanero/apollo-ps3/releases/tag/v1.6.5) - 2022-01-22

### Added

* New save-game cheats
* Final Fantasy XIII
* Ratchet & Clank Future: A Crack in Time
* Resident Evil 4 HD
* Resident Evil 6
* Resident Evil Revelations 2
* Ryu ga Gotoku Kiwami
* Tales of Zestiria

### Fixed

* Fixed Online DB URL

### Misc

* Use Apollo-lib (shared with Apollo PS4)

## [v1.6.4](https://github.com/bucanero/apollo-ps3/releases/tag/v1.6.4) - 2021-07-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ void doPatchMenu()
selected_centry = list_get_item(selected_entry->codes, menu_sel);

if (selected_centry->type == PATCH_GAMEGENIE || selected_centry->type == PATCH_BSD ||
(selected_entry->type == FILE_TYPE_TRP && selected_entry->flags & SAVE_FLAG_TROPHY))
selected_centry->type == PATCH_TROP_LOCK || selected_centry->type == PATCH_TROP_UNLOCK)
{
SetMenu(MENU_PATCH_VIEW);
return;
Expand Down

0 comments on commit abdce3e

Please sign in to comment.