index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
nfp
/
nfp.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2023-02-21
service: refactor server architecture
Liam
2022-10-02
service: nfp: Rewrite and implement applet calls
german77
2022-09-07
core: nfp: Correct date and amiibo name
Narr the Reg
2022-09-07
core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes
Narr the Reg
2022-09-07
core: nfp: Implement amiibo encryption
german77
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-21
service: Move mii enums and structs into its own file
Morph
2022-02-13
nfp: Allow files without password data
german77
2022-02-10
nfp: Separate nfc tag from amiibo data
Narr the Reg
2022-02-08
nfp: Validate amiibo files
Narr the Reg
2022-02-08
nfp: Improve implementation
german77
2022-02-07
nfp: Move IUser class to header and add missing enum and structs
german77
2021-10-01
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-05-05
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-09-22
Deglobalize System: NFP
David Marcec
2018-11-29
hle_ipc: Refactor SleepClientThread to avoid ReadableEvent
Zach Hilman
2018-11-29
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-10-24
yuzu/main: Notify user of loading errors with Amiibo data
Lioncash
2018-10-23
Added Amiibo support (#1390)
David
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-07-19
hle/service: Make constructors explicit where applicable
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