mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-10 06:02:40 +00:00
video_core: Implement GPU side Syncpoints
This commit is contained in:
committed by
FernandoS27
parent
6fd625d497
commit
779c115dbb
@@ -5,6 +5,8 @@
|
||||
|
||||
namespace Service::Nvidia {
|
||||
|
||||
constexpr u32 MaxSyncPoints = 192;
|
||||
|
||||
struct Fence {
|
||||
s32 id;
|
||||
u32 value;
|
||||
|
||||
Reference in New Issue
Block a user