mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 21:32:41 +00:00
NVServices: Make NVEvents Automatic according to documentation.
This commit is contained in:
committed by
FernandoS27
parent
b6844bec60
commit
0335a25d1f
@@ -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