mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 09:55:45 +00:00
kernel/thread: Remove BoostPriority()
This is a holdover from Citra that currently remains unused, so it can be removed from the Thread interface.
This commit is contained in:
parent
c6fff9d12c
commit
78571c84b3
2 changed files with 0 additions and 11 deletions
|
@ -220,11 +220,6 @@ void Thread::SetPriority(u32 priority) {
|
|||
UpdatePriority();
|
||||
}
|
||||
|
||||
void Thread::BoostPriority(u32 priority) {
|
||||
scheduler->SetThreadPriority(this, priority);
|
||||
current_priority = priority;
|
||||
}
|
||||
|
||||
void Thread::SetWaitSynchronizationResult(ResultCode result) {
|
||||
context.cpu_registers[0] = result.raw;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue