diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/nvdrv/nvdrv.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/nvdrv/nvdrv.cpp b/src/core/hle/service/nvdrv/nvdrv.cpp index 5600ea126..ff405099a 100644 --- a/src/core/hle/service/nvdrv/nvdrv.cpp +++ b/src/core/hle/service/nvdrv/nvdrv.cpp | |||
| @@ -41,7 +41,6 @@ void InstallInterfaces(SM::ServiceManager& service_manager, NVFlinger::NVFlinger | |||
| 41 | 41 | ||
| 42 | Module::Module(Core::System& system) | 42 | Module::Module(Core::System& system) |
| 43 | : syncpoint_manager{system.GPU()}, service_context{system, "nvdrv"} { | 43 | : syncpoint_manager{system.GPU()}, service_context{system, "nvdrv"} { |
| 44 | auto& kernel = system.Kernel(); | ||
| 45 | for (u32 i = 0; i < MaxNvEvents; i++) { | 44 | for (u32 i = 0; i < MaxNvEvents; i++) { |
| 46 | events_interface.events[i].event = | 45 | events_interface.events[i].event = |
| 47 | service_context.CreateEvent(fmt::format("NVDRV::NvEvent_{}", i)); | 46 | service_context.CreateEvent(fmt::format("NVDRV::NvEvent_{}", i)); |