1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-09 12:11:44 +00:00
nxdumptool/source/views
Pablo Curiel d9c8d93180 TitleMetadataTask: use a struct instead of a vector
The struct has been typedef'd as TitleApplicationMetadataInfo. It holds the pointer to the array returned by titleGetApplicationMetadataEntries(), as well as the number of elements available in the array.

There's no point in populating a vector when we already have an array we can work with.
2024-05-06 00:41:41 +02:00
..
about_tab.cpp Improve directory layout while we still can. 2024-04-30 23:01:42 +02:00
data_transfer_progress_display.cpp Improve directory layout while we still can. 2024-04-30 23:01:42 +02:00
dump_options_frame.cpp Improve directory layout while we still can. 2024-04-30 23:01:42 +02:00
error_frame.cpp Improve directory layout while we still can. 2024-04-30 23:01:42 +02:00
gamecard_image_dump_options_frame.cpp Remove all references to NSWDB. 2024-05-02 15:38:39 +02:00
gamecard_tab.cpp title: migrate application metadata filtering logic to background thread 2024-05-05 21:42:32 +02:00
layered_error_frame.cpp Improve directory layout while we still can. 2024-04-30 23:01:42 +02:00
options_tab.cpp Remove all references to NSWDB. 2024-05-02 15:38:39 +02:00
root_view.cpp Improve directory layout while we still can. 2024-04-30 23:01:42 +02:00
titles_tab.cpp TitleMetadataTask: use a struct instead of a vector 2024-05-06 00:41:41 +02:00