mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 15:01:18 +12:00
nn_olv: More work on post API
This commit is contained in:
parent
67819a68d9
commit
0d96255bae
12 changed files with 655 additions and 207 deletions
|
@ -9,7 +9,7 @@ bool sTLInitialized{ false };
|
|||
fs::path sTLCacheFilePath;
|
||||
|
||||
// lists for tracking known titles
|
||||
// note: The list may only contain titles with valid meta data. Entries loaded from the cache may not have been parsed yet, but they will use a cached value for titleId and titleVersion
|
||||
// note: The list may only contain titles with valid meta data (except for certain system titles). Entries loaded from the cache may not have been parsed yet, but they will use a cached value for titleId and titleVersion
|
||||
std::mutex sTLMutex;
|
||||
std::vector<TitleInfo*> sTLList;
|
||||
std::vector<TitleInfo*> sTLListPending;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue