ncm: update to 10.0.0 (#879)

This commit is contained in:
Adubbz
2020-04-15 03:11:51 +10:00
committed by GitHub
parent 116e00c21c
commit a25be61e94
12 changed files with 243 additions and 7 deletions

View File

@@ -89,6 +89,11 @@ namespace ams::ncm {
virtual Result InvalidateRightsIdCache() override {
return ::ncmInvalidateRightsIdCache();
}
virtual Result GetMemoryReport(sf::Out<MemoryReport> out) override {
/* TODO: libnx bindings */
AMS_ABORT();
}
};
}