10 lines
131 B
C#
10 lines
131 B
C#
namespace Ryujinx.Common.Configuration
|
|
{
|
|
public enum VSyncMode
|
|
{
|
|
Switch,
|
|
Unbounded,
|
|
Custom
|
|
}
|
|
}
|