ServiceManager: pass down core reference
This commit is contained in:
parent
d940293d32
commit
181646679c
7 changed files with 25 additions and 16 deletions
|
@ -197,7 +197,7 @@ System::ResultStatus System::Init(EmuWindow& emu_window, u32 system_mode) {
|
|||
|
||||
HW::Init();
|
||||
kernel = std::make_unique<Kernel::KernelSystem>(system_mode);
|
||||
Service::Init(*this, service_manager);
|
||||
Service::Init(*this);
|
||||
GDBStub::Init();
|
||||
|
||||
ResultStatus result = VideoCore::Init(emu_window);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue