Browse Source

hle: service: nvdrv: Remove unused kernel reference.

nce_cpp
bunnei 5 years ago
parent
commit
44ad911d6f
  1. 1
      src/core/hle/service/nvdrv/nvdrv.cpp

1
src/core/hle/service/nvdrv/nvdrv.cpp

@ -41,7 +41,6 @@ void InstallInterfaces(SM::ServiceManager& service_manager, NVFlinger::NVFlinger
Module::Module(Core::System& system)
: syncpoint_manager{system.GPU()}, service_context{system, "nvdrv"} {
auto& kernel = system.Kernel();
for (u32 i = 0; i < MaxNvEvents; i++) {
events_interface.events[i].event =
service_context.CreateEvent(fmt::format("NVDRV::NvEvent_{}", i));

Loading…
Cancel
Save