mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-03-12 10:04:24 +00:00

* Add support for events, move concept of domains to IpcService * Support waiting for KThread, remove some test code, other tweaks * Use move handle on NIFM since I can't test that now, it's better to leave it how it was
9 lines
195 B
C#
9 lines
195 B
C#
namespace Ryujinx.Core.OsHle.IpcServices.Am
|
|
{
|
|
enum MessageInfo
|
|
{
|
|
FocusStateChanged = 0xf,
|
|
OperationModeChanged = 0x1e,
|
|
PerformanceModeChanged = 0x1f
|
|
}
|
|
} |