1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-09 20:21:45 +00:00
nxdumptool/romfs
Pablo Curiel 64ab1705bc Implement JSON configuration handler.
* 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.
2021-07-21 11:04:18 -04:00
..
i18n/en-US More progress. 2021-07-19 17:09:58 -04:00
icon Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
material Use legacy Borealis fork + add files from the legacy Borealis example. 2021-03-30 15:30:10 -04:00
default_config.json Implement JSON configuration handler. 2021-07-21 11:04:18 -04:00