Add stubs for Nfp and Acc + SvcGetThreadCoreMask implementation (#133)
* Stubs for NFP * Stubs for ACC * Implement SvcGetThreadCoreMask * Fixup * Fixup 2 * Fixup 3 * Address Cyuubi's feedback
This commit is contained in:
parent
49fd76db0f
commit
7b7dbdcc6a
6 changed files with 145 additions and 2 deletions
8
Ryujinx.Core/OsHle/Services/Nfp/State.cs
Normal file
8
Ryujinx.Core/OsHle/Services/Nfp/State.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace Ryujinx.Core.OsHle.Services.Nfp
|
||||
{
|
||||
enum State
|
||||
{
|
||||
NonInitialized = 0,
|
||||
Initialized = 1
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue