early-access version 2699

This commit is contained in:
pineappleEA
2022-04-25 00:49:21 +02:00
parent caa0c2911b
commit 74ca4905c2
8 changed files with 1 additions and 21 deletions

View File

@@ -505,10 +505,6 @@ bool System::IsPoweredOn() const {
return impl->is_powered_on.load(std::memory_order::relaxed);
}
void System::PrepareReschedule() {
// Deprecated, does nothing, kept for backward compatibility.
}
void System::PrepareReschedule(const u32 core_index) {
impl->kernel.PrepareReschedule(core_index);
}