clear title result array when nxtc cache is deleted. rename sys-tweek -> sys-tweak.

This commit is contained in:
ITotalJustice
2025-06-22 21:34:36 +01:00
parent a4f0a97088
commit e039309a77
4 changed files with 26 additions and 10 deletions

View File

@@ -50,9 +50,12 @@ struct ThreadResultData {
using MetaEntries = std::vector<NsApplicationContentMetaStatus>;
// starts background thread.
// starts background thread (ref counted).
Result Init();
// closes the background thread.
void Exit();
// clears cache and empties the result array.
void Clear();
// adds new entry to queue.
void PushAsync(u64 app_id);