diff options
| author | Subv <subv2112@gmail.com> | 2018-01-15 17:39:00 -0500 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2018-01-16 19:03:49 -0500 |
| commit | 30657f9ca1485dcf9611d3c4ea3c74d52b350dec (patch) | |
| tree | 66254dcdc6002297706d9c7169a46eaff806c611 /src/core/hle/service/service.cpp | |
| parent | f827b17dd4a3b555714032f409181b877686d10d (diff) | |
NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.
Diffstat (limited to 'src/core/hle/service/service.cpp')
| -rw-r--r-- | src/core/hle/service/service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/service.cpp b/src/core/hle/service/service.cpp index 02d434660..44623d40f 100644 --- a/src/core/hle/service/service.cpp +++ b/src/core/hle/service/service.cpp @@ -170,7 +170,7 @@ void Init() { Audio::InstallInterfaces(*SM::g_service_manager); HID::InstallInterfaces(*SM::g_service_manager); LM::InstallInterfaces(*SM::g_service_manager); - NVDRV::InstallInterfaces(*SM::g_service_manager); + Nvidia::InstallInterfaces(*SM::g_service_manager); PCTL::InstallInterfaces(*SM::g_service_manager); Time::InstallInterfaces(*SM::g_service_manager); VI::InstallInterfaces(*SM::g_service_manager); |
