mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 00:38:14 +00:00
nvdrv: stubbed Close(cmd 2)
This commit is contained in:
parent
a1d72a60f0
commit
2a9b625cd7
4 changed files with 26 additions and 0 deletions
|
@ -20,6 +20,7 @@ public:
|
|||
private:
|
||||
void Open(Kernel::HLERequestContext& ctx);
|
||||
void Ioctl(Kernel::HLERequestContext& ctx);
|
||||
void Close(Kernel::HLERequestContext& ctx);
|
||||
void Initialize(Kernel::HLERequestContext& ctx);
|
||||
|
||||
std::shared_ptr<Module> nvdrv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue