mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-29 11:14:04 -07: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