mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-29 13:17:53 -05: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