Kernel: Style and Corrections
This commit is contained in:
parent
fcc6b34fff
commit
82218c925a
12 changed files with 137 additions and 96 deletions
|
@ -89,7 +89,7 @@ static void ThreadWakeupCallback(u64 thread_handle, [[maybe_unused]] s64 cycles_
|
|||
}
|
||||
|
||||
struct KernelCore::Impl {
|
||||
explicit Impl(Core::System& system) : system{system} {}
|
||||
explicit Impl(Core::System& system) : system{system}, global_scheduler{system} {}
|
||||
|
||||
void Initialize(KernelCore& kernel) {
|
||||
Shutdown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue