mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-07-03 03:09:02 +00:00
video_core: Implement GPU side Syncpoints
This commit is contained in:
committed by
FernandoS27
parent
737e978f5b
commit
82b829625b
@@ -5,6 +5,8 @@
|
||||
|
||||
namespace Service::Nvidia {
|
||||
|
||||
constexpr u32 MaxSyncPoints = 192;
|
||||
|
||||
struct Fence {
|
||||
s32 id;
|
||||
u32 value;
|
||||
|
||||
Reference in New Issue
Block a user