1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-19 21:43:44 +01:00
nxdumptool/romfs/i18n/en-US
Pablo Curiel 54c5677cd0 QoL changes
* codebase: remove all references to Lockpick / Lockpick_RCM.

* keys: retrieve Atmosphère's key generation in keysLoadKeyset().
* keys: replace all "key_gen_val" references with "mkey_index".
* keys: move latest master key checks in keysReadKeysFromFile() to keysDeriveMasterKeys().
* keys: update latest master key checks to determine if nxdumptool's hardcoded master key vectors are outdated, using the key generation value from Atmosphère. If the master key vectors are outdated, and the newer master key(s) are not available, an error will be displayed.

* nxdt_utils: update logic in utilsReplaceIllegalCharacters() to replace consecutive illegal characters with a single underscore.
* nxdt_utils: move servicesGetExosphereApiVersion() to nxdt_utils as utilsGetExosphereApiVersion().
* nxdt_utils: define internal UtilsExosphereApiVersion struct, which is used to parse the output from utilsGetExosphereApiVersion().
* nxdt_utils: add utilsGetAtmosphereVersion(), utilsGetAtmosphereKeyGeneration() and utilsGetAtmosphereTargetFirmware() functions.

* services: remove servicesGetExosphereApiVersion().
* services: Atmosphère version is now retrieved via utilsGetAtmosphereVersion().
2024-04-05 23:25:32 +02:00
..
about_tab.json QoL changes 2024-04-05 23:25:32 +02:00
brls.json Use legacy Borealis fork + add files from the legacy Borealis example. 2021-03-30 15:30:10 -04:00
dump_options.json Many small changes (sorry, I need to push these). 2022-09-12 20:19:10 +02:00
gamecard_tab.json Fix building with latest libnx + QoL changes. 2023-11-03 02:22:47 +01:00
generic.json Many small changes (sorry, I need to push these). 2022-09-12 20:19:10 +02:00
options_tab.json Support for HOS 16.x changes. 2023-03-29 23:14:21 +02:00
root_view.json Many small changes (sorry, I need to push these). 2022-09-12 20:19:10 +02:00
tasks.json Implemented AsyncTask class. 2021-07-25 01:37:13 -04:00
titles_tab.json Move notifications to tasks.cpp. 2021-06-25 16:26:20 -04:00