mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-25 15:11:59 +00:00
9 lines
131 B
C#
9 lines
131 B
C#
|
namespace Ryujinx.Common.Configuration
|
||
|
{
|
||
|
public enum HideCursorMode
|
||
|
{
|
||
|
Never,
|
||
|
OnIdle,
|
||
|
Always
|
||
|
}
|
||
|
}
|