1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-18 21:13:25 +01:00
nxdumptool/source
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
..
core title: migrate application metadata filtering logic to background thread 2024-05-05 21:42:32 +02:00
tasks TitleMetadataTask: use a struct instead of a vector 2024-05-06 00:41:41 +02:00
utils FileWriter: remove call to ftruncate() 2024-05-03 15:14:32 +02:00
views TitleMetadataTask: use a struct instead of a vector 2024-05-06 00:41:41 +02:00
main.cpp Improve directory layout while we still can. 2024-04-30 23:01:42 +02:00