Fix CircularQueue + NPDM ACI0 & Kernel Capability Parsing

This commit is contained in:
◱ PixelyIon
2020-11-20 23:57:53 +05:30
committed by ◱ PixelyIon
parent a5927c5c7b
commit bc5c094860
19 changed files with 277 additions and 136 deletions

View File

@ -68,7 +68,7 @@ namespace skyline::gpu {
};
};
constexpr u64 Address() {
constexpr u64 Address() const {
return (static_cast<u64>(getHi) << 32) | (static_cast<u64>(get) << 2);
}
};