raziel1000
1bf7005b91
* 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.
* Added region in list mode.
* Added a simple temp elf list widget.
* Switched gui settings to toml.
* Added messages when extracting pkg (ex: installing a patch before the game...etc)
* Added recent files (6 max)
* Fixed several bugs and crashes.
2024-05-23 00:30:52 -06:00
psucien
d752aa5357
config, video_core: null gpu configuration added
2024-05-22 20:19:42 +02:00
georgemoralis
c9b5b5e963
show title splash while the game is loading
2024-05-16 16:58:14 +03:00
psucien
2696733cad
video_core: prefer discrete gpu if available ( #116 )
...
* video_core: prefer discrete gpu if available
* ci: Upgrade to clang format 17
* rewrite w\o std::zip usage
---------
Co-authored-by: raphaelthegreat <47210458+raphaelthegreat@users.noreply.github.com>
2024-04-30 00:19:12 +03:00
psucien
453b24eb20
config: option to select gpu for vk device
2024-04-28 01:19:04 +02:00
georgemoralis
540c21d382
config option to enable libc lle
2024-03-25 09:26:59 +02:00
georgemoralis
8c4f386641
made an option for logging to be synced by default instead of async
2024-03-11 14:06:39 +02:00
georgemoralis
02dcf4d45c
LLE libc + other fixes part1 ( #97 )
...
* app0 folder is absolute
* some improvements on symbols types
* clang format
* missing libs.h
* improved symbols_resolver
* moved config to config folder
* functions to dump import functions
* improved logging output
* option for debugdump and improvements
* Apply suggestions from code review
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
* clang format
---------
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
2024-03-11 13:26:33 +02:00