mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-23 15:07:11 +02: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
7 lines
No EOL
123 B
C#
7 lines
No EOL
123 B
C#
namespace Ryujinx.Core.OsHle.IpcServices.Am
|
|
{
|
|
static class AmErr
|
|
{
|
|
public const int NoMessages = 3;
|
|
}
|
|
} |