mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-29 18:08:08 +00:00
NVServices: Make NVEvents Automatic according to documentation.
This commit is contained in:
committed by
FernandoS27
parent
1238b13642
commit
9db53b51b6
@@ -174,7 +174,7 @@ public:
|
||||
|
||||
void RegisterSyncptInterrupt(const u32 syncpoint_id, const u32 value);
|
||||
|
||||
void CancelSyncptInterrupt(const u32 syncpoint_id, const u32 value);
|
||||
bool CancelSyncptInterrupt(const u32 syncpoint_id, const u32 value);
|
||||
|
||||
void Guard(bool guard_set) {
|
||||
if (guard_set) {
|
||||
|
||||
Reference in New Issue
Block a user