1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-22 18:26:39 +00:00
nxdumptool/source
Pablo Curiel 278cb5c72a Some changes.
* nxdt_includes: renamed VersionType1 to Version and tweaked it to add the application_version struct, renamed VersionType2 to SdkAddOnVersion.

* gc_dumper: use utilsGeneratePath() to truncate generated filenames to safe filesystem limits. Thanks to n0tw0rk for reporting the issue and testing the changes!

* nxdt_host.py: fixed a string formatting issue that made it impossible to unpack data from the SendFileProperties command block under certain circumstances.

* gamecard: modified GameCardKeySource to add a value field, added GameCardFlags_HasCa10Certificate flag.

* utils: utilsGeneratePath() no longer adds a dot on its own if it's not part of the provided extension string.
2022-03-17 13:37:24 +01:00
..
core Some changes. 2022-03-17 13:37:24 +01:00
fatfs Small code refactor (part 2). 2021-05-18 08:32:43 -04:00
about_tab.cpp Forgot this one. 2022-02-04 21:18:35 +01:00
error_frame.cpp Implemented OptionsTabUpdateFileDialog and OptionsTabUpdateFileDialogContent classes. 2021-07-29 03:50:17 -04:00
exception_handler.cpp Implemented exception handler. 2021-08-25 16:48:01 -04:00
gamecard_tab.cpp Some changes. 2022-03-17 13:37:24 +01:00
layered_error_frame.cpp Move refocus logic to from TitlesTab to LayeredErrorFrame. 2021-06-25 16:13:39 -04:00
main.cpp Implemented exception handler. 2021-08-25 16:48:01 -04:00
options_tab.cpp RootView: implement wrappers for public task functions. 2021-08-11 03:17:57 -04:00
root_view.cpp RootView: implement wrappers for public task functions. 2021-08-11 03:17:57 -04:00
tasks.cpp OptionsTab: fully implement application update feature. 2021-08-07 04:42:03 -04:00
titles_tab.cpp RootView: implement wrappers for public task functions. 2021-08-11 03:17:57 -04:00