1
0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-18 20:51:56 -08:00

9 lines
189 B
C#
Raw Normal View History

namespace Ryujinx.HLE.HOS.Services.Am
{
enum MessageInfo
{
FocusStateChanged = 0xf,
OperationModeChanged = 0x1e,
PerformanceModeChanged = 0x1f
}
}