ncm: updated to 13.0.0

This commit is contained in:
Adubbz
2021-09-17 18:33:17 +10:00
committed by SciresM
parent c1c07af99a
commit b6b09d6944
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();
}