kern: PMC must be user-mappable for 1.0.0 compat

This commit is contained in:
Michael Scire 2020-08-21 13:56:13 -07:00 committed by SciresM
parent 496f93ccdb
commit d50c7c5c79
3 changed files with 11 additions and 4 deletions

View file

@ -35,7 +35,7 @@ namespace ams::kern {
}
virtual void Destroy() override;
static void PostDestroy(uintptr_t arg) { /* ... */ }
static void PostDestroy(uintptr_t arg) { MESOSPHERE_UNUSED(arg); /* ... */ }
constexpr KSession *GetParent() const { return this->parent; }