index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
nfp
/
nfp_user.cpp
Age
Commit message (
Expand
)
Author
2023-04-13
service: nfp: Use an unique interface
Narr the Reg
2023-03-01
service: move hle_ipc from kernel
Liam
2022-12-18
service: nfc: Silence ListDevices
german77
2022-11-23
service: Make use of buffer element count helpers
Lioncash
2022-11-20
Merge branch 'master' into nfc_impl
Narr the Reg
2022-11-19
service: nfc: Implement nfc user
Narr the Reg
2022-11-13
service: nfc: fix tagprotocol and implement GetApplicationAreaId
german77
2022-10-21
service: nfp: remove unnecessary include
Narr the Reg
2022-10-03
service: nfp: Fix errors to pass unit testing
Narr the Reg
2022-10-02
service: nfp: Implement mount target and open application area errors, minor ...
Narr the Reg
2022-10-02
service: nfp: Rewrite and implement applet calls
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2019-09-22
Deglobalize System: NFP
David Marcec
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-04-22
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...
David Marcec
2018-04-21
Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi...
David Marcec
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-03-29
service: Add NFP module interface.
bunnei