1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-22 18:26:39 +00:00
nxdumptool/source/tasks
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
..
gamecard_image_dump_task.cpp FileWriter: remove call to ftruncate() 2024-05-03 15:14:32 +02:00
gamecard_status_task.cpp title: migrate application metadata filtering logic to background thread 2024-05-05 21:42:32 +02:00
status_info_task.cpp title: migrate application metadata filtering logic to background thread 2024-05-05 21:42:32 +02:00
title_metadata_task.cpp TitleMetadataTask: use a struct instead of a vector 2024-05-06 00:41:41 +02:00
ums_task.cpp title: migrate application metadata filtering logic to background thread 2024-05-05 21:42:32 +02:00
usb_host_task.cpp title: migrate application metadata filtering logic to background thread 2024-05-05 21:42:32 +02:00