summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_ctrl.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-05-30 04:35:41 +0200
committerbunnei <bunneidev@gmail.com>2018-05-30 04:35:41 +0200
commit0658973a4e2df90b6676510e6b788bc84d0f072d (patch)
tree886d4567a7d474c5f37b498ca11f23af6470d77d /src/core/hle/service/nvdrv/devices/nvhost_ctrl.h
parentgl_rasterize_cache: Invert order of tex format RGB565. (diff)
downloadyuzu-0658973a4e2df90b6676510e6b788bc84d0f072d.tar
yuzu-0658973a4e2df90b6676510e6b788bc84d0f072d.tar.gz
yuzu-0658973a4e2df90b6676510e6b788bc84d0f072d.tar.bz2
yuzu-0658973a4e2df90b6676510e6b788bc84d0f072d.tar.lz
yuzu-0658973a4e2df90b6676510e6b788bc84d0f072d.tar.xz
yuzu-0658973a4e2df90b6676510e6b788bc84d0f072d.tar.zst
yuzu-0658973a4e2df90b6676510e6b788bc84d0f072d.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvdrv/devices/nvhost_ctrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nvdrv/devices/nvhost_ctrl.h b/src/core/hle/service/nvdrv/devices/nvhost_ctrl.h
index aa9b5a14b..b2a5de65f 100644
--- a/src/core/hle/service/nvdrv/devices/nvhost_ctrl.h
+++ b/src/core/hle/service/nvdrv/devices/nvhost_ctrl.h
@@ -134,7 +134,7 @@ private:
u32 NvOsGetConfigU32(const std::vector<u8>& input, std::vector<u8>& output);
- u32 IocCtrlEventWait(const std::vector<u8>& input, std::vector<u8>& output);
+ u32 IocCtrlEventWait(const std::vector<u8>& input, std::vector<u8>& output, bool is_async);
};
} // namespace Service::Nvidia::Devices