mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-02-07 15:11:25 +01:00
10 lines
150 B
C#
10 lines
150 B
C#
namespace Ryujinx.Graphics.Gpu.State
|
|
{
|
|
enum FifoSemaphoreOperation
|
|
{
|
|
Counter = 0,
|
|
Acquire = 1,
|
|
Release = 2
|
|
}
|
|
}
|