1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-20 14:03:26 +01:00
nxdumptool/source/core
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
..
aes.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
bfttf.c title: retrieve display version string from patches while generating output filenames. 2021-06-05 17:06:29 -04:00
bktr.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
cert.c Implement JSON configuration handler. 2021-07-21 11:04:18 -04:00
cnmt.c title: retrieve display version string from patches while generating output filenames. 2021-06-05 17:06:29 -04:00
config.c Implement JSON configuration handler. 2021-07-21 11:04:18 -04:00
es.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
fs_ext.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
gamecard.c Cherry-pick improvements from the rewrite-yoga branch. 2021-06-23 14:27:06 -04:00
hfs.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
keys.c Implement JSON configuration handler. 2021-07-21 11:04:18 -04:00
legal_info.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
lz4.c Small code refactor (part 2). 2021-05-18 08:32:43 -04:00
mem.c Small code refactor (part 2). 2021-05-18 08:32:43 -04:00
nacp.c Small code refactor (part 3). 2021-05-31 21:12:15 -04:00
nca.c title: retrieve display version string from patches while generating output filenames. 2021-06-05 17:06:29 -04:00
npdm.c Crypto changes. 2021-05-21 09:34:43 -04:00
nso.c Some changes. 2021-03-29 14:27:35 -04:00
nxdt_bfsar.c Cherry-pick improvements from the rewrite-yoga branch. 2021-06-23 14:27:06 -04:00
nxdt_log.c Implement JSON configuration handler. 2021-07-21 11:04:18 -04:00
nxdt_utils.c Implement JSON configuration handler. 2021-07-21 11:04:18 -04:00
pfs.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
program_info.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
romfs.c Implement JSON configuration handler. 2021-07-21 11:04:18 -04:00
rsa.c Crypto changes. 2021-05-21 09:34:43 -04:00
save.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
services.c Small code refactor (part 2). 2021-05-18 08:32:43 -04:00
tik.c Add uppercase hex string generation to utilsGenerateHexStringFromData(). 2021-05-11 18:36:15 -04:00
title.c Implement JSON configuration handler. 2021-07-21 11:04:18 -04:00
ums.c Implemented background tasks for Borealis. 2021-06-09 00:48:17 -04:00
usb.c usb: modified usbIsReady() to return the speed selected by the host device. 2021-06-25 17:01:15 -04:00