summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/interface.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-19 05:50:18 +0100
committerbunnei <bunneidev@gmail.com>2018-01-19 05:50:18 +0100
commitde646cef2db58a1a1e8a5a0449bfa4c433c2031a (patch)
tree9a414ac8f8b2d591d27efdf4b140adcf7246f232 /src/core/hle/service/nvdrv/interface.h
parentsvc: Fix svcGetInfo MapRegionBaseAddr. (diff)
downloadyuzu-de646cef2db58a1a1e8a5a0449bfa4c433c2031a.tar
yuzu-de646cef2db58a1a1e8a5a0449bfa4c433c2031a.tar.gz
yuzu-de646cef2db58a1a1e8a5a0449bfa4c433c2031a.tar.bz2
yuzu-de646cef2db58a1a1e8a5a0449bfa4c433c2031a.tar.lz
yuzu-de646cef2db58a1a1e8a5a0449bfa4c433c2031a.tar.xz
yuzu-de646cef2db58a1a1e8a5a0449bfa4c433c2031a.tar.zst
yuzu-de646cef2db58a1a1e8a5a0449bfa4c433c2031a.zip
Diffstat (limited to 'src/core/hle/service/nvdrv/interface.h')
-rw-r--r--src/core/hle/service/nvdrv/interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nvdrv/interface.h b/src/core/hle/service/nvdrv/interface.h
index 1b9aa9938..2283f358e 100644
--- a/src/core/hle/service/nvdrv/interface.h
+++ b/src/core/hle/service/nvdrv/interface.h
@@ -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;
};