mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 19:13:56 +00:00
scheduler: Cleanup based on PR feedback.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
Scheduler::Scheduler(std::shared_ptr<ARM_Interface> cpu_core) : cpu_core(cpu_core) {}
|
||||
Scheduler::Scheduler(ARM_Interface* cpu_core) : cpu_core(cpu_core) {}
|
||||
|
||||
Scheduler::~Scheduler() {
|
||||
for (auto& thread : thread_list) {
|
||||
|
||||
Reference in New Issue
Block a user