Move solution and projects to src
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace Ryujinx.Graphics.Gpu.Synchronization
|
||||
{
|
||||
public class SyncpointWaiterHandle
|
||||
{
|
||||
internal uint Threshold;
|
||||
internal Action<SyncpointWaiterHandle> Callback;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user