mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 16:55:46 +00:00
Kernel: Style and Corrections
This commit is contained in:
parent
87334f0f16
commit
5130168171
12 changed files with 137 additions and 96 deletions
|
@ -22,7 +22,6 @@ namespace Kernel {
|
|||
namespace {
|
||||
// Wake up num_to_wake (or all) threads in a vector.
|
||||
void WakeThreads(const std::vector<SharedPtr<Thread>>& waiting_threads, s32 num_to_wake) {
|
||||
|
||||
auto& system = Core::System::GetInstance();
|
||||
// Only process up to 'target' threads, unless 'target' is <= 0, in which case process
|
||||
// them all.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue