index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
nfp
/
nfp.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: nfp: Rewrite and implement applet calls
german77
2022-10-02
1
-161
/
+0
*
core: nfp: Correct date and amiibo name
Narr the Reg
2022-09-07
1
-3
/
+7
*
core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes
Narr the Reg
2022-09-07
1
-1
/
+3
*
core: nfp: Implement amiibo encryption
german77
2022-09-07
1
-120
/
+17
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-14
/
+14
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
service: Move mii enums and structs into its own file
Morph
2022-03-22
1
-1
/
+1
*
nfp: Allow files without password data
german77
2022-02-13
1
-3
/
+8
*
nfp: Separate nfc tag from amiibo data
Narr the Reg
2022-02-10
1
-11
/
+26
*
nfp: Validate amiibo files
Narr the Reg
2022-02-08
1
-10
/
+61
*
nfp: Improve implementation
german77
2022-02-08
1
-74
/
+115
*
nfp: Move IUser class to header and add missing enum and structs
german77
2022-02-07
1
-0
/
+102
*
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-10-02
1
-5
/
+6
*
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-06
1
-1
/
+1
*
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-06
1
-1
/
+2
*
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-05-06
1
-1
/
+1
*
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
1
-3
/
+6
*
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
1
-1
/
+1
*
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-02-05
1
-2
/
+2
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
1
-2
/
+2
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-1
/
+1
*
Deglobalize System: NFP
David Marcec
2019-09-22
1
-2
/
+3
*
hle_ipc: Refactor SleepClientThread to avoid ReadableEvent
Zach Hilman
2018-11-29
1
-0
/
+1
*
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
1
-6
/
+2
*
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-29
1
-3
/
+7
*
yuzu/main: Notify user of loading errors with Amiibo data
Lioncash
2018-10-24
1
-1
/
+1
*
Added Amiibo support (#1390)
David
2018-10-24
1
-0
/
+23
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
1
-0
/
+1
*
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-19
1
-1
/
+1
*
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.
David Marcec
2018-04-23
1
-1
/
+1
*
Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)
David Marcec
2018-04-22
1
-1
/
+1
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
1
-4
/
+2
*
service: Add NFP module interface.
bunnei
2018-03-30
1
-0
/
+28