early-access version 1658

This commit is contained in:
pineappleEA
2021-05-06 02:29:20 +02:00
parent 0a3af2c776
commit 590872e3be
6 changed files with 12 additions and 21 deletions

View File

@@ -265,9 +265,6 @@ public:
bool IsPhantomModeForSingleCore() const;
void SetIsPhantomModeForSingleCore(bool value);
Core::System& System();
const Core::System& System() const;
/// Gets the slab heap for the specified kernel object type.
template <typename T>
KSlabHeap<T>& SlabHeap() {