mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-24 11:26:18 +00:00
- Added trophy decryption when extracting a fpkg. trp icons and xmls are dumped to game_data/<title> (can be restored if deleted by accident by opening the trophy viewer)
- Added a trophy viewer (right click on game ==> trophy viewer) - Enabled Run button. - Switched gui settings to toml. - Added recent files (6 max) - Applied @raphaelthegreat suggestions and corrections (Thanks a lot). - Fixed several bugs and crashes. - Full screen should disabled by default. - Added region in list mode. - Added a simple temp elf list widget. - Added messages when extracting pkg (ex: installing a patch before the game...etc)
This commit is contained in:
parent
71dda8c776
commit
0f27e0edf2
49 changed files with 1616 additions and 891 deletions
|
@ -6,10 +6,10 @@ Files: CMakeSettings.json
|
|||
scripts/ps4_names.txt
|
||||
documents/changelog.txt
|
||||
documents/readme.txt
|
||||
documents/Screenshots/screenshot.png
|
||||
.github/shadps4.desktop
|
||||
.github/shadps4.png
|
||||
.gitmodules
|
||||
documents/Screenshots/screenshot.png
|
||||
src/images/shadps4.ico
|
||||
src/images/controller_icon.png
|
||||
src/images/exit_icon.png
|
||||
|
@ -25,6 +25,12 @@ Files: CMakeSettings.json
|
|||
src/images/settings_icon.png
|
||||
src/images/stop_icon.png
|
||||
src/images/themes_icon.png
|
||||
src/images/flag_jp.png
|
||||
src/images/flag_eu.png
|
||||
src/images/flag_us.png
|
||||
src/images/flag_china.png
|
||||
src/images/flag_world.png
|
||||
src/images/flag_unk.png
|
||||
src/shadps4.rc
|
||||
src/shadps4.qrc
|
||||
externals/stb_image.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue