Commit Graph

37 Commits

Author SHA1 Message Date
Maschell 57f823a5de Improve logging 2023-01-10 16:45:57 +01:00
Maschell 0da71f9420 Init AX to stop boot sound while running WUDD 2023-01-10 16:45:57 +01:00
Maschell 60688c0663 Use latest libmocha 2023-01-10 16:45:57 +01:00
Maschell eab18ef051 Bump version to v1.2.2 2023-01-10 16:45:57 +01:00
Maschell 2b46671df6 Store the size of H3HashArray in a uint32_t instead of int8_t to avoid an overflow of the size. 2023-01-02 17:14:49 +01:00
Maschell 16496baa65 Bump version to v1.2.1 2022-09-20 20:40:46 +02:00
Maschell 6e3cea9b93 Bump version 2022-08-06 22:11:31 +02:00
Maschell 6899987864 Fix decrypted reading with the offset is bigger than UINT32_MAX 2022-08-05 18:48:42 +02:00
Maschell f09f8f2b29 Use a dedicated FSAClient instead of the wut_devoptab_fs_client. 2022-08-03 22:31:30 +02:00
Maschell c8a687950f Close raw odd handle in GMPartitionsState constructor 2022-08-03 22:31:30 +02:00
Maschell d6e6b9165d Display the version in the menu 2022-07-28 08:43:42 -07:00
Maschell 8ece8d1886 Improve displayed error messages 2022-07-28 08:43:42 -07:00
Maschell bb6734a499 Improve write error handling 2022-07-28 08:43:42 -07:00
Maschell bc74da90dc Properly check write results 2022-07-28 08:43:42 -07:00
Maschell 4a6269a8e5 Fix exiting via the menu when not running from HBL 2022-07-28 08:43:42 -07:00
Maschell 5a4f9484c3 Adjust debug levels to always log errors 2022-07-28 08:43:42 -07:00
Maschell d58486e9c6 Remove unused functions / files 2022-07-28 08:43:42 -07:00
Maschell 7c3997775c Fix handling of discs without a discId 2022-07-28 04:40:58 -07:00
Maschell 05aea5756b Various improvements including:
- Display name/type of the partition
- Block home menu when launching via HBL
- Use libmocha instead of libiosuhax, which should result in a small performance boost
- Improve logging
- Improve memory management
- Add option to abort dumps
- Slightly improve .wux handling
2022-07-27 08:22:12 -07:00
Maschell 90b6a36add Remove the exit button when running on the HBL 2022-07-26 05:33:25 -07:00
Maschell 21cb6adaa6 Use latest wut version 2022-07-26 00:49:21 -07:00
Maschell 990c67d481 Format the code via clang-format 2022-07-25 23:42:15 -07:00
Maschell 15cdd0e089 Fix inputs when no gamepad is connected 2021-10-17 15:09:53 +02:00
Maschell 09df747dcc Add wpad/kpad support 2021-10-17 14:31:33 +02:00
Maschell 4947387198 Don't split files when saving to USB 2021-10-16 17:43:51 +02:00
Maschell 7a6a4ab483 Improve return, fix warnings 2021-10-16 14:11:28 +02:00
Maschell 9d607fb1e5 Update readme, rename to wudd 2021-10-16 13:27:19 +02:00
Maschell 1ba090a969 - Add SD support
- Disable auto shutdown
2021-10-16 13:03:32 +02:00
Maschell 47cca1165d Refactor menus and overall structure. NTFS only 2021-10-15 15:41:16 +02:00
Maschell eb74e76edd Formatting and cleanup 2021-10-11 22:45:38 +02:00
Maschell d933b645d8 Throw an error then reading the disc fails while dumping .app files 2021-10-11 22:43:22 +02:00
Maschell 189f20b662 Remove debug logs 2021-10-11 22:43:04 +02:00
Maschell b50185f8aa Display a proper error message when no disc is inserted 2021-10-11 22:15:23 +02:00
Maschell 8f1cfdc982 Simplify game.key dumping 2021-10-11 22:07:12 +02:00
Maschell fc2e994b72 Use shared_ptr/unique_ptr in combination with std::optional instead of raw pointers 2021-10-11 22:02:35 +02:00
Maschell 6919bdb44f Formatting and minor clean ups 2021-10-09 01:24:12 +02:00
Maschell 648c0d0fd7 First commit 2021-10-09 00:58:55 +02:00