This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
Ryujinx
Watch
1
Star
0
Fork
You've already forked Ryujinx
0
mirror of
https://github.com/Ryujinx/Ryujinx.git
synced
2024-11-10 21:56:38 +00:00
Code
Issues
Releases
Activity
b2b736abc2
Ryujinx
/
Ryujinx.HLE
/
HOS
/
Services
/
Nfc
/
Nfp
/
State.cs
8 lines
128 B
C#
Raw
Normal View
History
Unescape
Escape
nfp:user: Implement IUser (#714) * nfp:user: Implement IUser - Based on RE of sysmod FW 1.0 and 3.0 with help of https://github.com/switchbrew/libnx/ and https://reswitched.github.io/SwIPC/ifaces.html#nn::nfp::detail::IUser - Accurate implementation of Initialize, AttachActivateEvent, AttachDeactivateEvent, GetState, GetDeviceState, GetNpadId and GetDeviceState. - Implementation of Finalize and ListDevices (close #638). * reorder private var * fix nits
2019-06-28 12:08:23 +01:00
namespace
Ryujinx.HLE.HOS.Services.Nfc.Nfp
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
2018-06-10 05:36:07 +01:00
{
enum
State
{
NonInitialized
=
0
,
Initialized
=
1
}
}
Reference in a new issue
Copy permalink