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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: nfc: Merge device interfaces and create the device manager
Narr the Reg
2023-05-06
1
-6
/
+6
*
service: nfc: Create interface
Narr the Reg
2023-04-24
1
-21
/
+3
*
service: nfp: Implement debug Interface
Narr the Reg
2023-04-15
1
-6
/
+6
*
service: nfp: Implement system interface
Narr the Reg
2023-04-15
1
-16
/
+16
*
service: nfp: Use an unique interface
Narr the Reg
2023-04-14
1
-1
/
+186
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-2
/
+2
*
service: refactor server architecture
Liam
2023-02-21
1
-2
/
+6
*
service: nfp: Rewrite and implement applet calls
german77
2022-10-02
1
-1074
/
+19
*
chore: fix some typos
Andrea Pappacoda
2022-09-23
1
-2
/
+2
*
core: nfp: Workaround for lack of multiple nfp interfaces
german77
2022-09-07
1
-1
/
+3
*
core: nfp: Correct date and amiibo name
Narr the Reg
2022-09-07
1
-9
/
+20
*
core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes
Narr the Reg
2022-09-07
1
-15
/
+80
*
core: nfp: Implement amiibo encryption
german77
2022-09-07
1
-136
/
+345
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-16
/
+16
*
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
-0
/
+1
*
nfp: Allow files without password data
german77
2022-02-13
1
-6
/
+16
*
nfp: Separate nfc tag from amiibo data
Narr the Reg
2022-02-10
1
-31
/
+43
*
nfp: Address compiler issues
german77
2022-02-09
1
-25
/
+26
*
nfp: Validate amiibo files
Narr the Reg
2022-02-08
1
-31
/
+84
*
nfp: Improve implementation
german77
2022-02-08
1
-115
/
+549
*
nfp: Move IUser class to header and add missing enum and structs
german77
2022-02-07
1
-257
/
+197
*
nfp: Sort functions by command number
german77
2022-02-07
1
-79
/
+79
*
core: hle: Remove global HLE lock.
bunnei
2021-12-18
1
-2
/
+0
*
core: Remove unused includes
ameerj
2021-11-04
1
-2
/
+0
*
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-10-02
1
-21
/
+28
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-20
/
+20
*
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-06
1
-5
/
+5
*
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-06
1
-0
/
+4
*
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-06
1
-18
/
+13
*
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-05-06
1
-1
/
+1
*
nfp: Correct uninitialized size being used within GetTagInfo()
Lioncash
2021-02-09
1
-1
/
+1
*
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
1
-11
/
+14
*
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
1
-4
/
+4
*
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-02-05
1
-2
/
+2
*
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-29
1
-1
/
+1
*
hle: service: nfp: Remove incorrect signaling behavior in GetDeviceState.
bunnei
2021-01-11
1
-6
/
+0
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
1
-4
/
+5
*
Revert "core: Fix clang build"
bunnei
2020-10-21
1
-1
/
+1
*
core: Fix clang build
Lioncash
2020-10-18
1
-1
/
+1
*
nfp: Eliminate two unnecessary copies
Lioncash
2020-09-17
1
-10
/
+13
*
ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)
David
2020-08-03
1
-4
/
+4
*
kernel: Implement a more accurate IPC dispatch.
bunnei
2019-11-28
1
-1
/
+1
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-1
/
+1
*
service: Resolve sign conversion errors
Lioncash
2019-11-12
1
-3
/
+0
*
kernel: events: Remove ResetType::Automatic.
bunnei
2019-11-03
1
-6
/
+4
*
service/nfp: Silence -Wunused and -Wswitch
ReinUsesLisp
2019-10-05
1
-4
/
+5
*
Deglobalize System: NFP
David Marcec
2019-09-22
1
-9
/
+10
*
core/kernel/object: Rename ResetType enum members
Lioncash
2019-05-18
1
-3
/
+3
*
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-04-01
1
-1
/
+1
*
Return no application area when games try to open an application area
David Marcec
2019-01-04
1
-4
/
+4
*
core/kernel: Remove unnecessary inclusions
Lioncash
2019-01-01
1
-1
/
+1
*
Device handle should not be a random id, instead it's the current npad id
David Marcec
2018-12-19
1
-2
/
+2
*
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
1
-17
/
+12
*
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-29
1
-13
/
+22
*
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
2018-11-26
1
-6
/
+10
*
nfp: Correct erroneous sizeof expression within GetTagInfo()
Lioncash
2018-11-14
1
-1
/
+1
*
yuzu/main: Notify user of loading errors with Amiibo data
Lioncash
2018-10-24
1
-2
/
+4
*
Added Amiibo support (#1390)
David
2018-10-24
1
-42
/
+226
*
"Better Hid" rework part 1
David Marcec
2018-10-10
1
-1
/
+1
*
service: Add missing headers inclusions where applicable
Lioncash
2018-09-25
1
-0
/
+1
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
1
-0
/
+2
*
kernel: Eliminate kernel global state
Lioncash
2018-08-29
1
-4
/
+6
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-9
/
+9
*
Stub IUser::AttachAvailabilityChangeEvent
mailwl
2018-06-06
1
-5
/
+23
*
Correct function results
mailwl
2018-06-04
1
-4
/
+16
*
Service/nfp:user : stub some functions.
mailwl
2018-06-04
1
-6
/
+70
*
Updated nfp with more service names
Hexagon12
2018-05-13
1
-24
/
+24
*
Switched to NGLOG_WARNING
David Marcec
2018-04-27
1
-2
/
+2
*
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.
David Marcec
2018-04-23
1
-1
/
+26
*
Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)
David Marcec
2018-04-22
1
-2
/
+19
*
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