summaryrefslogtreecommitdiffstats
path: root/src/video_core/host1x/syncpoint_manager.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2022-06-16 02:12:21 +0200
committerFernando Sahmkow <fsahmkow27@gmail.com>2022-10-06 21:00:53 +0200
commitfe24c65153349d3a759a2eef02ec703851a96847 (patch)
tree68148597dbb554d427ce43a660c88c28fc9545bb /src/video_core/host1x/syncpoint_manager.h
parentCommon: Fix variable shadowing. (diff)
downloadyuzu-fe24c65153349d3a759a2eef02ec703851a96847.tar
yuzu-fe24c65153349d3a759a2eef02ec703851a96847.tar.gz
yuzu-fe24c65153349d3a759a2eef02ec703851a96847.tar.bz2
yuzu-fe24c65153349d3a759a2eef02ec703851a96847.tar.lz
yuzu-fe24c65153349d3a759a2eef02ec703851a96847.tar.xz
yuzu-fe24c65153349d3a759a2eef02ec703851a96847.tar.zst
yuzu-fe24c65153349d3a759a2eef02ec703851a96847.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/host1x/syncpoint_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/host1x/syncpoint_manager.h b/src/video_core/host1x/syncpoint_manager.h
index 0ecc040ab..440b1508a 100644
--- a/src/video_core/host1x/syncpoint_manager.h
+++ b/src/video_core/host1x/syncpoint_manager.h
@@ -49,9 +49,9 @@ public:
expected_value, func);
}
- void DeregisterGuestAction(u32 syncpoint_id,ActionHandle& handle);
+ void DeregisterGuestAction(u32 syncpoint_id, ActionHandle& handle);
- void DeregisterHostAction(u32 syncpoint_id,ActionHandle& handle);
+ void DeregisterHostAction(u32 syncpoint_id, ActionHandle& handle);
void IncrementGuest(u32 syncpoint_id);