mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-26 12:12:02 +00:00
64ab1705bc
* Thread-safe. * Provides getter/setter functions for the data types used by nxdumptool's configuration. * Each setter function writes the modified JSON configuration back to the SD card. * Configuration is validated on interface initialization. If validation fails, a default JSON template is loaded from the application's RomFS and written back to the SD card. Other changes: * Implement directory creation. * Moved more preprocessor definitions to defines.h. * Replaced strtok() calls throughout the code with strtok_r() to guarantee thread-safety. |
||
---|---|---|
.. | ||
core | ||
fatfs | ||
about_tab.hpp | ||
defines.h | ||
error_frame.hpp | ||
focusable_item.hpp | ||
gamecard_tab.hpp | ||
layered_error_frame.hpp | ||
root_view.hpp | ||
scope_guard.hpp | ||
tasks.hpp | ||
titles_tab.hpp |