mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 11:08:01 -05:00
Remove unused PrepareReschedule function
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user