mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-09 21:45:12 +00:00
8 lines
126 B
C#
8 lines
126 B
C#
|
namespace Ryujinx.Core.OsHle.IpcServices.Am
|
||
|
{
|
||
|
enum FocusState
|
||
|
{
|
||
|
InFocus = 1,
|
||
|
OutOfFocus = 2
|
||
|
}
|
||
|
}
|