nxdumptool/include/core
Pablo Curiel 5cc387c9b6 title: migrate application metadata filtering logic to background thread
titleGetApplicationMetadataEntries() and titleGetGameCardApplicationMetadataEntries() will now return dynamically allocated copies of internal pre-filtered / pre-processed arrays, which are generated using the background gamecard thread. This results in less overhead for any potential calls to these functions.

Other changes include:

* title: rename TitleGameCardApplicationMetadataEntry -> TitleGameCardApplicationMetadata.
* title: add `has_patch` field to TitleGameCardApplicationMetadata struct.
* title: declare internal TitleApplicationMetadata arrays to hold pre-filtered application metadata.
* title: declare internal TitleGameCardApplicationMetadata array to hold pre-processed gamecard application metadata.
* title: move filtering logic from titleGetApplicationMetadataEntries() to a new function: titleGenerateFilteredApplicationMetadataPointerArray().
* title: move processing logic from titleGetGameCardApplicationMetadataEntries() to a new function: titleGenerateGameCardApplicationMetadataArray().
* title: rename titleGetPatchVersionString() -> titleGetDisplayVersionString().
* title: add extra debug log messages to some functions.
* title: update titleFreeApplicationMetadata() to also free the new internal metadata arrays.
* title: update background thread logic in titleGameCardInfoThreadFunc() to also regenerate the pre-filtered application metadata and gamecard application metadata arrays right after a successful call to titleRefreshGameCardTitleInfo().
* title: update titleGetDisplayVersionString() to also support base application titles.
* title: simplify string generation logic in titleGenerateGameCardFileName() by using the cached gamecard application metadata array.

* GameCardStatusTask: add GetGameCardStatus() method.

* GameCardTab: fix callback argument type in class constructor.
* GameCardTab: update ProcessGameCardStatus() to block user inputs while processing the new gamecard status.

* RootView: add GetGameCardStatus() method.

* StatusInfoTask: turn IsInternetConnectionAvailable() into an inline method.

* TitleMetadataTask: turn GetApplicationMetadata() into an inline method.
* TitleMetadataTask: move debug log messages around.

* TitlesTab: update PopulateList() to block user inputs while updating the titles list.

* UmsTask: turn GetUmsDevices() into an inline method.

* UsbHostTask: turn GetUsbHostSpeed() into an inline method.
2024-05-05 21:42:32 +02:00
..
devoptab Improve directory layout while we still can. 2024-04-30 23:01:42 +02:00
fatfs Improve directory layout while we still can. 2024-04-30 23:01:42 +02:00
aes.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
bfttf.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
bktr.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
cert.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
cnmt.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
config.h Remove all references to NSWDB. 2024-05-02 15:38:39 +02:00
elf_symbol.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
es.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
fs_ext.h gamecard: add support for Header2-related areas 2024-04-19 15:58:16 +02:00
gamecard.h gamecard: add support for Header2-related areas 2024-04-19 15:58:16 +02:00
hfs.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
hos_version_structs.h Improve directory layout while we still can. 2024-04-30 23:01:42 +02:00
http.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
key_sources.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
keys.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
legal_info.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
lz4.h Many small changes (sorry, I need to push these). 2022-09-12 20:19:10 +02:00
mem.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
nacp.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
nca.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
nca_storage.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
npdm.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
nso.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
nxdt_bfsar.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
nxdt_includes.h Improve directory layout while we still can. 2024-04-30 23:01:42 +02:00
nxdt_json.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
nxdt_log.h FileWriter: remove call to ftruncate() 2024-05-03 15:14:32 +02:00
nxdt_utils.h Add DataTransferTaskFrame and GameCardImageDumpTaskFrame classes 2024-04-29 15:26:12 +02:00
pfs.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
program_info.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
romfs.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
rsa.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
save.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
service_guard.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
services.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
sha3.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
signature.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
smc.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
tik.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
title.h title: migrate application metadata filtering logic to background thread 2024-05-05 21:42:32 +02:00
ums.h Add DataTransferTaskFrame and GameCardImageDumpTaskFrame classes 2024-04-29 15:26:12 +02:00
usb.h [ci skip] Add GameCardImageDumpTask and FileWriter classes 2024-04-25 01:49:04 +02:00