mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-06-07 08:25:08 -06:00
Fixed missing call to Kernel()
This commit is contained in:
parent
40ca69fafd
commit
1dd28eedc5
@ -199,7 +199,7 @@ void Module::Interface::ScanAPs(Kernel::HLERequestContext& ctx) {
|
|||||||
LOG_WARNING(Service_AC, "PID: {}", pid);
|
LOG_WARNING(Service_AC, "PID: {}", pid);
|
||||||
|
|
||||||
std::shared_ptr<Kernel::Thread> thread = ctx.ClientThread();
|
std::shared_ptr<Kernel::Thread> thread = ctx.ClientThread();
|
||||||
auto current_process = Core::System::GetInstance().GetCurrentProcess();
|
auto current_process = Core::System::GetInstance().Kernel().GetCurrentProcess();
|
||||||
Memory::MemorySystem& memory = Core::System::GetInstance().Memory();
|
Memory::MemorySystem& memory = Core::System::GetInstance().Memory();
|
||||||
LOG_WARNING(Service_AC, "Retrieved thread, process and memory");
|
LOG_WARNING(Service_AC, "Retrieved thread, process and memory");
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user