mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 06:17:56 -05:00
nv_services: Deglobalize NvServices
This commit is contained in:
committed by
FernandoS27
parent
f2e026a1d8
commit
24408cce9b
@ -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;
|
||||
|
Reference in New Issue
Block a user