aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Services/Am/MessageInfo.cs
blob: 4c91e54a04e4485affb7cf88a8a9305e962f9b97 (plain)
1
2
3
4
5
6
7
8
9
namespace Ryujinx.Core.OsHle.IpcServices.Am
{
    enum MessageInfo
    {
        FocusStateChanged      = 0xf,
        OperationModeChanged   = 0x1e,
        PerformanceModeChanged = 0x1f
    }
}