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

@@ -1013,12 +1013,4 @@ void KernelCore::SetIsPhantomModeForSingleCore(bool value) {
impl->SetIsPhantomModeForSingleCore(value);
}
Core::System& KernelCore::System() {
return impl->system;
}
const Core::System& KernelCore::System() const {
return impl->system;
}
} // namespace Kernel