diff options
author | Frederic Meyer <binarynoob96@gmail.com> | 2018-01-17 17:08:46 +0100 |
---|---|---|
committer | Frederic Meyer <binarynoob96@gmail.com> | 2018-01-17 17:08:46 +0100 |
commit | 60d650cc4ec377fc0d3096bb3f9900fc4bc10299 (patch) | |
tree | 43185a8f70a559f3dfc5f6e4200d50ea7f28fb42 /src/core/hle/service/nvdrv/interface.h | |
parent | Merge pull request #67 from RiverCityRansomware/gdbstubtypo (diff) | |
download | yuzu-60d650cc4ec377fc0d3096bb3f9900fc4bc10299.tar yuzu-60d650cc4ec377fc0d3096bb3f9900fc4bc10299.tar.gz yuzu-60d650cc4ec377fc0d3096bb3f9900fc4bc10299.tar.bz2 yuzu-60d650cc4ec377fc0d3096bb3f9900fc4bc10299.tar.lz yuzu-60d650cc4ec377fc0d3096bb3f9900fc4bc10299.tar.xz yuzu-60d650cc4ec377fc0d3096bb3f9900fc4bc10299.tar.zst yuzu-60d650cc4ec377fc0d3096bb3f9900fc4bc10299.zip |
Diffstat (limited to 'src/core/hle/service/nvdrv/interface.h')
-rw-r--r-- | src/core/hle/service/nvdrv/interface.h | 1 |
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 8c95b7217..1b9aa9938 100644 --- a/src/core/hle/service/nvdrv/interface.h +++ b/src/core/hle/service/nvdrv/interface.h @@ -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; |