mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 20:38:35 +00:00
9 lines
191 B
C#
9 lines
191 B
C#
namespace Ryujinx.HLE.OsHle.Services.Am
|
|
{
|
|
enum MessageInfo
|
|
{
|
|
FocusStateChanged = 0xf,
|
|
OperationModeChanged = 0x1e,
|
|
PerformanceModeChanged = 0x1f
|
|
}
|
|
} |