NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.

This commit is contained in:
Subv 2018-01-15 17:39:00 -05:00 committed by bunnei
parent f827b17dd4
commit 30657f9ca1
13 changed files with 94 additions and 164 deletions

View file

@ -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);