mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 19:26:55 -04:00
kern: PMC must be user-mappable for 1.0.0 compat
This commit is contained in:
parent
496f93ccdb
commit
d50c7c5c79
3 changed files with 11 additions and 4 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue