1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-11-08 11:31:43 +00:00
Commit graph

56 commits

Author SHA1 Message Date
flb
0ff58fccf5 fix reboot_payload.bin overwrite prompt not showing (closes https://github.com/HamletDuFromage/aio-switch-updater/issues/249) 2023-05-02 18:54:51 +02:00
flb
2c4d930b5f default to not overwriting .inis 2022-11-04 02:24:45 +01:00
flb
08d6e1f23f Account carriage returns when processing files (closes https://github.com/HamletDuFromage/aio-switch-updater/issues/210) 2022-09-07 20:41:16 +02:00
flb
d71dcc1807 Add Custom Downloads tab 2022-09-06 20:45:26 +02:00
flb
7b34afc414 ensure extraction in correct directory 2022-08-10 14:27:04 +02:00
flb
1e9f453998 Don't try to overwrite aio when it's running https://github.com/HamletDuFromage/aio-switch-updater/issues/123#issuecomment-1208878115 2022-08-09 16:43:18 +02:00
flb
66a24674b2 remove redundant directory creating during extraction 2022-08-07 16:28:27 +02:00
PoloNX
64c13a5626
Update extract.cpp (#209)
* Update extract.cpp

Use Minizip beacause it's faster with big packs like deepsea

* fix for pull request

* fix crash at 66%

* fix create DIR

* Refactored extraction, possibly ironed out some bugs

* get uncompressed size using minizip

* use minizip to extract cheats, remove zipper dependency, fix getUncompressedSize()

Co-authored-by: flb <f.lb@gmx.com>
2022-08-07 15:39:17 +02:00
flb
1b008bacab properly sleep 2022-05-02 01:04:05 +02:00
flb
e056903326 add logout confirmation prompt 2022-03-30 22:23:15 +02:00
flb
fbe876b050 Allow offline extraction of cheats (https://github.com/HamletDuFromage/aio-switch-updater/issues/107), Fixed extraction of the the complete cheat archive (https://github.com/HamletDuFromage/aio-switch-updater/issues/163), Fixed display bug for cheats extraction (https://github.com/HamletDuFromage/aio-switch-updater/issues/164) 2021-11-19 14:28:10 +01:00
flb
62b0a162be Small UX tweaks 2021-10-26 15:48:24 +02:00
flb
cb6b78c11c add a prompt asking about replacing reboot_payload.bin by hekate (closes https://github.com/HamletDuFromage/aio-switch-updater/issues/153) 2021-10-22 02:02:10 +02:00
flb
4656b860e8 added option to delete orphaned cheats 2021-10-14 21:50:18 +02:00
flb
cf9ad1d51a add payload downloads to bootloader tab 2021-09-27 21:56:41 +02:00
flb
1da56da064 improved support for multicontent games 2021-09-25 17:45:08 +02:00
flb
8e761e7009 improve cheats extraction, now suports multicontent games 2021-09-25 02:14:38 +02:00
flb
2d74f465f8 added option to cancel downloads/extraction https://github.com/HamletDuFromage/aio-switch-updater/issues/140 https://github.com/HamletDuFromage/aio-switch-updater/issues/125 2021-09-22 21:01:45 +02:00
flb
5259a461c4 Added way to delete cheats for a specific game 2021-09-21 16:06:16 +02:00
flb
d03bbb13ea clang format (better than never) 2021-09-11 15:48:13 +02:00
flb
f432ff835a Prepare for AMS 1.0.0 2021-09-07 15:44:12 +02:00
flb
e1c2dacc47 attempt to fix 2345-0008 crashes 2021-08-23 15:07:09 +02:00
flb
a697365a77 fixed crash when downloading cheats in applet mode, updated borealis submodule, passed strings as references 2021-07-17 14:29:55 +02:00
flb
4688d62541 Fixed bugs previously caused by tickering labels. (close https://github.com/HamletDuFromage/aio-switch-updater/issues/91)
When needed, issue a warning about custom themes after downloading a new firmware. (closes https://github.com/HamletDuFromage/aio-switch-updater/issues/109 and https://github.com/HamletDuFromage/aio-switch-updater/issues/84)
Abort AMS update process for Mariko Switches when payload.bin cannot be found. (closes https://github.com/HamletDuFromage/aio-switch-updater/issues/110)
2021-07-15 19:56:59 +02:00
flb
69c831a901 improve view cheats feature https://github.com/HamletDuFromage/aio-switch-updater/issues/105 2021-06-28 21:56:24 +02:00
flb
62d3afacc8 Restored and improved View installed cheats menu. https://github.com/HamletDuFromage/aio-switch-updater/issues/105 2021-06-28 16:58:04 +02:00
flb
0af19943a6 Disabled the option to download individual cheat codes while in applet mode, except for the one game currently running. UI tweaks. Prevents crashes when requesting invalid CheatSlips cheat sheets. Bunch of refactoring. 2021-06-28 00:46:00 +02:00
flb
aeef0afe63 Check for available size 2021-06-03 18:47:35 +02:00
flb
f999575e4f pass entries as references
pass entries as references
2021-05-29 14:56:02 +02:00
flb
de93c13d10 code cleanup 2021-05-28 15:51:30 +02:00
flb
6c13a2f817 changed way of copying files after an install 2021-05-22 18:10:34 +02:00
flb
beca53fbae fixed broken extraction 2021-04-30 23:33:36 +02:00
flb
48aa9f5a47 Copy stratosphere.romfs with the payload 2021-04-13 12:07:51 +02:00
flb
79e173cc18 refactored title id listing code 2021-03-27 01:34:57 +01:00
flb
c755d19f58 refactored title id listing code 2021-03-27 01:33:20 +01:00
flb
ca33039eb1 some more refactoring 2021-03-16 15:56:46 +01:00
flb
d66b1c4e1e refactor to be more in line with C++ conventions 2021-03-16 03:04:21 +01:00
flb
bb35a43cff added language selects, fixed progress bar when deleting cheats, bunch of visual tweaks 2021-03-14 16:24:56 +01:00
flb
91fa783415 small tweaks 2021-03-11 19:05:45 +01:00
flb
717c86bab4 Shortened load times, added an option to extract entire gbatemp archive 2021-03-10 17:23:02 +01:00
flb
deae6b2c8e clean up the cheats extraction a little 2021-02-22 20:51:29 +01:00
flb
d230e73bd7 removed uneeded header 2021-02-10 20:07:13 +01:00
flb
7baa9e1350 headers cleanup 2021-02-10 17:28:47 +01:00
flb
2481533a0a Added cheatslips support, way to hide tabs, several tweaks and cleanups 2021-02-06 18:24:47 +01:00
flb
dd9f7810cc Fixed switch not rebooting to hekate payload after updating Hekate 2021-01-18 17:24:36 +01:00
flb
a4d0eb6d57 Added way to preserve files when updating 2020-12-29 00:24:35 +01:00
flb
d9db6b1585 Added back the ability to update Atmosphere 2020-12-12 16:41:56 +01:00
flb
7cc2be438a switched to borealis' implementation of internationalisation 2020-10-06 00:53:12 +02:00
tiansongyu
79ef5aadd6 Add a multi-language option and a Chinese option 2020-10-05 08:59:46 +08:00
flb
28bc41b0ab Fixed current cheat version not reset when deleting all cheats 2020-09-29 17:05:13 +02:00