mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-22 09:30:53 -05:00
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:
7
Ryujinx.Core/OsHle/Services/Nfp/DeviceState.cs
Normal file
7
Ryujinx.Core/OsHle/Services/Nfp/DeviceState.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Ryujinx.Core.OsHle.Services.Nfp
|
||||
{
|
||||
enum DeviceState
|
||||
{
|
||||
Initialized = 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user