Commit Graph

24 Commits

Author SHA1 Message Date
Daniel K. O. (dkosmari)
f63fdcf7fa Reverted back to .c_str() use. 2025-02-08 14:18:52 +01:00
Daniel K. O. (dkosmari)
ae89d71672 No need to test before destroying the thread, this test already exists inside
`std::optional::reset()`.
2025-02-08 14:18:52 +01:00
Daniel K. O. (dkosmari)
51e6092b91 Fixed a race condition in the updater thread, by using a stop_token argument to the
thread.

This also avoids allocating the updater thread object on the heap, by using
`std::optional` instead of `std::unique_ptr`.

Code simplified: `std::jthread` destructor will stop and join the thread automatically.
2025-02-08 14:18:52 +01:00
Maschell
1ebf3efe36 Bump version 2025-02-08 14:18:52 +01:00
Maschell
ab84f22f14 Log warning if creating button combos failed 2025-02-08 14:18:52 +01:00
Maschell
6f4e374576 Use the WUPSButtonComboAPI to implement the update check button combos to open the AromaUpdater 2025-02-08 14:18:52 +01:00
Maschell
a5c397553b Clean up header 2025-02-08 14:18:52 +01:00
Maschell
10a25b722b Compile with latest wut version 2025-02-08 14:18:52 +01:00
Maschell
cad1713357 Bump version to 0.1.6 2024-05-08 23:27:55 +02:00
Maschell
bf64de2acf Actually save the OTP to otp.bin instead of opt.bin 2024-05-08 23:27:55 +02:00
Maschell
2a995e2591 Automatically save a OTP/SEEPROM dump to the sd card 2024-05-08 13:51:59 +02:00
Maschell
cc04c1ae96 Migrate AromaUpdater to sub directory on console boot 2024-05-05 17:57:27 +02:00
Maschell
0add2f26cf Bump version 2024-04-27 11:15:22 +02:00
Maschell
10743f784c Fix the update notification 2024-04-27 11:15:22 +02:00
Maschell
ae56c04b7c More cleanup and fixes 2024-04-27 11:15:22 +02:00
Maschell
2078522898 Fix config menu 2024-04-27 11:15:22 +02:00
Maschell
85288e1bf5 WUPS 0.8.0 support 2024-04-27 11:15:22 +02:00
Maschell
de67376382 Bump version 2023-07-19 19:34:59 +02:00
Maschell
ea5f427d51 Update main.h 2023-03-28 20:35:33 +02:00
Maschell
2f0c88f157 Only display the write lock error when a sd card is mounted 2023-03-26 18:03:44 +02:00
Maschell
f8261378ee Bump Version 2023-03-23 15:09:15 +01:00
Maschell
ba99747d4c Display notification if the sd card is write locked 2023-03-23 14:53:05 +01:00
Maschell
729c223091 Fix connecting to a 3DS on Mii Maker 2023-02-22 16:18:16 +01:00
Maschell
2d49133dea First commit 2023-01-26 18:21:26 +01:00