summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_asynch.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2019-06-12 13:52:49 +0200
committerFernandoS27 <fsahmkow27@gmail.com>2019-07-05 21:49:26 +0200
commit7d1b974bcaf72c32910dcf4ff2d435f91cf40609 (patch)
tree64c69a14a9135b0027dea0d7e832e52710d7d8a8 /src/video_core/gpu_asynch.h
parentnvflinger: Make the force 30 fps still force 30 fps (diff)
downloadyuzu-7d1b974bcaf72c32910dcf4ff2d435f91cf40609.tar
yuzu-7d1b974bcaf72c32910dcf4ff2d435f91cf40609.tar.gz
yuzu-7d1b974bcaf72c32910dcf4ff2d435f91cf40609.tar.bz2
yuzu-7d1b974bcaf72c32910dcf4ff2d435f91cf40609.tar.lz
yuzu-7d1b974bcaf72c32910dcf4ff2d435f91cf40609.tar.xz
yuzu-7d1b974bcaf72c32910dcf4ff2d435f91cf40609.tar.zst
yuzu-7d1b974bcaf72c32910dcf4ff2d435f91cf40609.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/gpu_asynch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/gpu_asynch.h b/src/video_core/gpu_asynch.h
index d49e9b96e..5f1b2fb7d 100644
--- a/src/video_core/gpu_asynch.h
+++ b/src/video_core/gpu_asynch.h
@@ -28,7 +28,7 @@ public:
void FlushAndInvalidateRegion(CacheAddr addr, u64 size) override;
protected:
- void TriggerCpuInterrupt(const u32 event_id) const override;
+ void TriggerCpuInterrupt(const u32 syncpoint_id, const u32 value) const override;
private:
GPUThread::ThreadManager gpu_thread;