ncm: updated to 13.0.0

This commit is contained in:
Adubbz
2021-09-17 18:33:17 +10:00
parent 575f62a41b
commit 71eaeb78d2
9 changed files with 422 additions and 26 deletions

View File

@@ -35,9 +35,9 @@ namespace ams::ncm {
private:
Entry entries[MaxEntries];
u64 counter;
os::Mutex mutex;
os::SdkMutex mutex;
public:
RightsIdCache() : mutex(false) {
RightsIdCache() : mutex() {
this->Invalidate();
}