mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 16:28:09 +00:00
nvdrv: Stub SetClientPID.
This commit is contained in:
parent
94483465ad
commit
01d3a7db93
2 changed files with 13 additions and 0 deletions
|
@ -22,6 +22,7 @@ private:
|
|||
void Ioctl(Kernel::HLERequestContext& ctx);
|
||||
void Close(Kernel::HLERequestContext& ctx);
|
||||
void Initialize(Kernel::HLERequestContext& ctx);
|
||||
void SetClientPID(Kernel::HLERequestContext& ctx);
|
||||
|
||||
std::shared_ptr<Module> nvdrv;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue