diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/nvdrv/interface.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/hle/service/nvdrv/interface.cpp b/src/core/hle/service/nvdrv/interface.cpp index c70370f1f..567c2cd7c 100644 --- a/src/core/hle/service/nvdrv/interface.cpp +++ b/src/core/hle/service/nvdrv/interface.cpp | |||
| @@ -96,7 +96,14 @@ NVDRV::NVDRV(std::shared_ptr<Module> nvdrv, const char* name) | |||
| 96 | {2, &NVDRV::Close, "Close"}, | 96 | {2, &NVDRV::Close, "Close"}, |
| 97 | {3, &NVDRV::Initialize, "Initialize"}, | 97 | {3, &NVDRV::Initialize, "Initialize"}, |
| 98 | {4, &NVDRV::QueryEvent, "QueryEvent"}, | 98 | {4, &NVDRV::QueryEvent, "QueryEvent"}, |
| 99 | {5, nullptr, "MapSharedMem"}, | ||
| 100 | {6, nullptr, "GetStatus"}, | ||
| 101 | {7, nullptr, "ForceSetClientPID"}, | ||
| 99 | {8, &NVDRV::SetClientPID, "SetClientPID"}, | 102 | {8, &NVDRV::SetClientPID, "SetClientPID"}, |
| 103 | {9, nullptr, "DumpGraphicsMemoryInfo"}, | ||
| 104 | {10, nullptr, "InitializeDevtools"}, | ||
| 105 | {11, nullptr, "Ioctl2"}, | ||
| 106 | {12, nullptr, "Ioctl3"}, | ||
| 100 | {13, &NVDRV::FinishInitialize, "FinishInitialize"}, | 107 | {13, &NVDRV::FinishInitialize, "FinishInitialize"}, |
| 101 | }; | 108 | }; |
| 102 | RegisterHandlers(functions); | 109 | RegisterHandlers(functions); |