summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_ctrl.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2019-06-08 03:13:20 +0200
committerFernandoS27 <fsahmkow27@gmail.com>2019-07-05 21:49:15 +0200
commita45643cb3b07e76e73814baf1d472d636dd2cd91 (patch)
tree8cea1037fcfdaa473f8362686ff2d46ee10745d5 /src/core/hle/service/nvdrv/devices/nvhost_ctrl.h
parentGpu: Implement Hardware Interrupt Manager and manage GPU interrupts (diff)
downloadyuzu-a45643cb3b07e76e73814baf1d472d636dd2cd91.tar
yuzu-a45643cb3b07e76e73814baf1d472d636dd2cd91.tar.gz
yuzu-a45643cb3b07e76e73814baf1d472d636dd2cd91.tar.bz2
yuzu-a45643cb3b07e76e73814baf1d472d636dd2cd91.tar.lz
yuzu-a45643cb3b07e76e73814baf1d472d636dd2cd91.tar.xz
yuzu-a45643cb3b07e76e73814baf1d472d636dd2cd91.tar.zst
yuzu-a45643cb3b07e76e73814baf1d472d636dd2cd91.zip
Diffstat (limited to 'src/core/hle/service/nvdrv/devices/nvhost_ctrl.h')
-rw-r--r--src/core/hle/service/nvdrv/devices/nvhost_ctrl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/nvdrv/devices/nvhost_ctrl.h b/src/core/hle/service/nvdrv/devices/nvhost_ctrl.h
index 2985e7f75..b5bc9337b 100644
--- a/src/core/hle/service/nvdrv/devices/nvhost_ctrl.h
+++ b/src/core/hle/service/nvdrv/devices/nvhost_ctrl.h
@@ -139,6 +139,8 @@ private:
u32 IocCtrlEventUnregister(const std::vector<u8>& input, std::vector<u8>& output);
+ u32 IocCtrlEventSignal(const std::vector<u8>& input, std::vector<u8>& output);
+
EventsInterface& events_interface;
};