1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-19 13:33:25 +01:00
nxdumptool/source
Pablo Curiel 364b3f39dc romfs: use hash buckets for FS entry lookups.
* romfs: add hash bucket fields to RomFileSystemContext struct.
* romfs: remove current offset fields from RomFileSystemContext struct and all functions that relied on them.
* romfs: add romfsCalculateEntryHash().
* romfs: update romfsInitializeContext() to also load file/directory hash buckets.
* romfs: update romfsGetTotalDataSize() to make up for the removed functions.
* romfs: update romfsGetChild*EntryByName() functions to use hash bucket lookups.

Other changes include:

* devoptab: add missing exit macros to some FS operations across all interfaces.

* poc: update extractedRomFsReadThreadFunc() to make up for the removed RomFS functions.
2023-12-22 12:20:27 +01:00
..
core romfs: use hash buckets for FS entry lookups. 2023-12-22 12:20:27 +01:00
devoptab romfs: use hash buckets for FS entry lookups. 2023-12-22 12:20:27 +01:00
fatfs I'm a terrible person and an even worse developer. 2023-05-24 21:05:34 +02:00
about_tab.cpp Update copyright year 2023-04-08 13:42:22 +02:00
error_frame.cpp Update copyright year 2023-04-08 13:42:22 +02:00
exception_handler.cpp Fix building with latest libnx commit. 2023-11-26 23:13:58 +01:00
gamecard_tab.cpp Fix building with latest libnx + QoL changes. 2023-11-03 02:22:47 +01:00
layered_error_frame.cpp Update copyright year 2023-04-08 13:42:22 +02:00
main.cpp Custom devoptab wrappers (part 1). 2023-12-20 20:32:48 +01:00
options_tab.cpp Update copyright year 2023-04-08 13:42:22 +02:00
root_view.cpp Update copyright year 2023-04-08 13:42:22 +02:00
tasks.cpp Update copyright year 2023-04-08 13:42:22 +02:00
titles_tab.cpp Update copyright year 2023-04-08 13:42:22 +02:00