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:
parent
f827b17dd4
commit
30657f9ca1
13 changed files with 94 additions and 164 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue