mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-04 16:53:48 -04:00
errno begone
This commit is contained in:
parent
65b7ac9039
commit
8f65beef78
5 changed files with 65 additions and 105 deletions
|
@ -69,7 +69,7 @@ namespace sts::ncm::impl {
|
|||
|
||||
CacheEntry *FindInCache(PlaceHolderId placeholder_id);
|
||||
bool LoadFromCache(FILE** out_handle, PlaceHolderId placeholder_id);
|
||||
void FlushCache(FILE* handle, PlaceHolderId placeholder_id);
|
||||
void StoreToCache(FILE* handle, PlaceHolderId placeholder_id);
|
||||
void ClearAllCaches();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue