mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-20 09:55:07 -04:00
kern: implement large page group mapping, fix debug flag cap
This commit is contained in:
parent
80b115ef57
commit
9f9593e05f
2 changed files with 115 additions and 2 deletions
|
@ -185,7 +185,7 @@ namespace ams::kern {
|
|||
};
|
||||
|
||||
struct DebugFlags {
|
||||
using IdBits = Field<0, CapabilityId<CapabilityType::HandleTable> + 1>;
|
||||
using IdBits = Field<0, CapabilityId<CapabilityType::DebugFlags> + 1>;
|
||||
|
||||
DEFINE_FIELD(AllowDebug, IdBits, 1, bool);
|
||||
DEFINE_FIELD(ForceDebug, AllowDebug, 1, bool);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue