mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-24 16:30:44 +00:00
nv_services: Stub CtrlEventSignal
This commit is contained in:
committed by
FernandoS27
parent
1fb8727a9a
commit
8c8e96b87c
@@ -171,7 +171,9 @@ public:
|
||||
|
||||
u32 GetSyncpointValue(const u32 syncpoint_id) const;
|
||||
|
||||
void RegisterEvent(const u32 event_id, const u32 sync_point_id, const u32 value);
|
||||
void RegisterEvent(const u32 event_id, const u32 syncpoint_id, const u32 value);
|
||||
|
||||
void CancelEvent(const u32 event_id, const u32 syncpoint_id, const u32 value);
|
||||
|
||||
/// Returns a const reference to the GPU DMA pusher.
|
||||
const Tegra::DmaPusher& DmaPusher() const;
|
||||
|
||||
Reference in New Issue
Block a user