mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-04-23 17:50:16 -05:00

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