mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 21:35:46 +00:00
nv_services: Deglobalize NvServices
This commit is contained in:
parent
78c4536960
commit
531e3431fb
23 changed files with 65 additions and 51 deletions
|
@ -138,8 +138,6 @@ NVDRV::NVDRV(std::shared_ptr<Module> nvdrv, const char* name)
|
|||
{13, &NVDRV::FinishInitialize, "FinishInitialize"},
|
||||
};
|
||||
RegisterHandlers(functions);
|
||||
|
||||
auto& kernel = Core::System::GetInstance().Kernel();
|
||||
}
|
||||
|
||||
NVDRV::~NVDRV() = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue