summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/interface.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-11-23 20:55:41 +0100
committerbunnei <bunneidev@gmail.com>2018-11-24 05:22:04 +0100
commit0d673a84b6f408980b24ba0fba6a2c0460c173d2 (patch)
tree836e6194e4c06803b33ebc969b08d153ae138f39 /src/core/hle/service/nvdrv/interface.h
parentMerge pull request #1744 from degasus/shader_cache (diff)
downloadyuzu-0d673a84b6f408980b24ba0fba6a2c0460c173d2.tar
yuzu-0d673a84b6f408980b24ba0fba6a2c0460c173d2.tar.gz
yuzu-0d673a84b6f408980b24ba0fba6a2c0460c173d2.tar.bz2
yuzu-0d673a84b6f408980b24ba0fba6a2c0460c173d2.tar.lz
yuzu-0d673a84b6f408980b24ba0fba6a2c0460c173d2.tar.xz
yuzu-0d673a84b6f408980b24ba0fba6a2c0460c173d2.tar.zst
yuzu-0d673a84b6f408980b24ba0fba6a2c0460c173d2.zip
Diffstat (limited to 'src/core/hle/service/nvdrv/interface.h')
-rw-r--r--src/core/hle/service/nvdrv/interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/nvdrv/interface.h b/src/core/hle/service/nvdrv/interface.h
index d340893c2..5a1e4baa7 100644
--- a/src/core/hle/service/nvdrv/interface.h
+++ b/src/core/hle/service/nvdrv/interface.h
@@ -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;