1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-20 05:53:25 +01:00
nxdumptool/include/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.h Modified NCA key area handling + restored PoC building. 2021-04-25 19:10:34 -04:00
bfttf.h Use legacy Borealis fork + add files from the legacy Borealis example. 2021-03-30 15:30:10 -04:00
bktr.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
cert.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
cnmt.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
config.h Implement JSON configuration handler. 2021-07-21 11:04:18 -04:00
elf_symbol.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
es.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
fs_ext.h Update fs_ext.h 2021-04-07 10:30:55 -04:00
gamecard.h More progress. 2021-07-19 17:09:58 -04:00
hfs.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
keys.h LAFW shenanigans. 2021-05-22 04:45:40 -04:00
legal_info.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
lz4.h Small code refactor (part 2). 2021-05-18 08:32:43 -04:00
mem.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
nacp.h Small code refactor (part 3). 2021-05-31 21:12:15 -04:00
nca.h More progress. 2021-07-19 17:09:58 -04:00
npdm.h Small code refactor (part 2). 2021-05-18 08:32:43 -04:00
nso.h Small code refactor (part 2). 2021-05-18 08:32:43 -04:00
nxdt_bfsar.h Cherry-pick improvements from the rewrite-yoga branch. 2021-06-23 14:27:06 -04:00
nxdt_includes.h Implement JSON configuration handler. 2021-07-21 11:04:18 -04:00
nxdt_log.h Some changes. 2021-03-29 14:27:35 -04:00
nxdt_utils.h Implement JSON configuration handler. 2021-07-21 11:04:18 -04:00
pfs.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
program_info.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
romfs.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
rsa.h Crypto changes. 2021-05-21 09:34:43 -04:00
save.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
service_guard.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
services.h Small code refactor. 2021-05-11 02:00:33 -04:00
signature.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
tik.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
title.h title: retrieve display version string from patches while generating output filenames. 2021-06-05 17:06:29 -04:00
ums.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
usb.h usb: modified usbIsReady() to return the speed selected by the host device. 2021-06-25 17:01:15 -04:00