mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 20:27:49 +00:00
nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus.
- Used by Undertale.
This commit is contained in:
parent
d87a557869
commit
6b564d4275
2 changed files with 18 additions and 2 deletions
|
@ -24,6 +24,8 @@ private:
|
|||
void QueryEvent(Kernel::HLERequestContext& ctx);
|
||||
void SetClientPID(Kernel::HLERequestContext& ctx);
|
||||
void FinishInitialize(Kernel::HLERequestContext& ctx);
|
||||
void GetStatus(Kernel::HLERequestContext& ctx);
|
||||
void DumpGraphicsMemoryInfo(Kernel::HLERequestContext& ctx);
|
||||
|
||||
std::shared_ptr<Module> nvdrv;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue