mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-06 13:27:44 +02:00

* Stubs for NFP * Stubs for ACC * Implement SvcGetThreadCoreMask * Fixup * Fixup 2 * Fixup 3 * Address Cyuubi's feedback
7 lines
No EOL
105 B
C#
7 lines
No EOL
105 B
C#
namespace Ryujinx.Core.OsHle.Services.Nfp
|
|
{
|
|
enum DeviceState
|
|
{
|
|
Initialized = 0
|
|
}
|
|
} |