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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: mii: Move ver3 operations
german77
2023-09-11
1
-0
/
+1
*
service: mii: separate mii types into their own file
german77
2023-09-11
1
-2
/
+3
*
service: nfc: Accuracy fixes
Narr the Reg
2023-06-15
1
-8
/
+18
*
service: nfc: Add backup support
german77
2023-06-07
2
-3
/
+5
*
service: nfc: Merge device interfaces and create the device manager
Narr the Reg
2023-05-06
9
-2655
/
+159
*
service: nfc: Create interface
Narr the Reg
2023-04-24
1
-21
/
+3
*
service: nfp: Implement debug Interface
Narr the Reg
2023-04-15
6
-8
/
+444
*
service: nfp: Implement system interface
Narr the Reg
2023-04-15
6
-17
/
+289
*
service: nfp: Use an unique interface
Narr the Reg
2023-04-14
3
-69
/
+225
*
service: nfp: Add plain amiibo support
german77
2023-03-26
5
-8
/
+37
*
nfc: Initialize device when controller is connected
Narr the Reg
2023-03-22
2
-2
/
+15
*
service: nfp: Replace crc function with boost equivalent
Narr the Reg
2023-03-17
2
-28
/
+17
*
service: nfp: Close app area and recreate crc
Narr the Reg
2023-03-16
1
-0
/
+10
*
service: nfp: Convert mii colors to v3
Narr the Reg
2023-03-16
3
-5
/
+13
*
service: nfp: Actually write correct crc
Narr the Reg
2023-03-15
4
-22
/
+40
*
general: fix spelling mistakes
Liam
2023-03-12
2
-2
/
+2
*
service: nfp: Improve implementation
Narr the Reg
2023-03-10
4
-50
/
+232
*
service: move hle_ipc from kernel
Liam
2023-03-01
4
-54
/
+54
*
service: refactor server architecture
Liam
2023-02-21
2
-3
/
+7
*
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-14
1
-1
/
+1
*
core: hid: Only set the polling mode to the correct side
Narr the Reg
2023-01-20
1
-2
/
+4
*
yuzu: Add ring controller test button
german77
2023-01-20
1
-1
/
+2
*
service: nfc: Silence ListDevices
german77
2022-12-18
1
-1
/
+1
*
service: nfc: Implement mifare service
Narr the Reg
2022-12-02
1
-0
/
+46
*
service: Make use of buffer element count helpers
Lioncash
2022-11-23
1
-3
/
+3
*
Merge branch 'master' into nfc_impl
Narr the Reg
2022-11-20
4
-8
/
+52
|
\
|
*
general: Address review comments
german77
2022-11-14
1
-1
/
+3
|
*
service: am: Implement cabinet applet backend
german77
2022-11-13
1
-0
/
+7
|
*
service: nfc: fix tagprotocol and implement GetApplicationAreaId
german77
2022-11-13
4
-8
/
+43
*
|
service: nfc: Implement nfc user
Narr the Reg
2022-11-19
5
-14
/
+16
|
/
*
service: nfp: Allow amiibos without keys
Narr the Reg
2022-10-22
3
-1
/
+18
*
service: nfp: remove unnecessary include
Narr the Reg
2022-10-22
5
-11
/
+7
*
kernel: remove KWritableEvent
Liam
2022-10-13
1
-3
/
+3
*
nfp_types: silence -Wtype-limits
Liam
2022-10-07
1
-1
/
+1
*
service: nfp: Fix errors to pass unit testing
Narr the Reg
2022-10-04
5
-40
/
+108
*
service: nfp: Implement mount target and open application area errors, minor fixes
Narr the Reg
2022-10-02
5
-19
/
+124
*
nfp: Multiple fixes against HW
german77
2022-10-02
6
-56
/
+92
*
service: nfp: address comments
german77
2022-10-02
3
-19
/
+21
*
service: nfp: Rewrite and implement applet calls
german77
2022-10-02
10
-1257
/
+1460
*
chore: fix some typos
Andrea Pappacoda
2022-09-23
1
-2
/
+2
*
core: nfp: Remove magic numbers
german77
2022-09-07
3
-105
/
+103
*
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
3
-17
/
+34
*
core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes
Narr the Reg
2022-09-07
5
-230
/
+114
*
core: nfp: Implement amiibo encryption
german77
2022-09-07
5
-256
/
+1223
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
2
-30
/
+30
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
4
-12
/
+8
*
service: Move mii enums and structs into its own file
Morph
2022-03-22
2
-1
/
+2
*
nfp: Allow files without password data
german77
2022-02-13
2
-9
/
+24
*
nfp: Separate nfc tag from amiibo data
Narr the Reg
2022-02-10
2
-42
/
+69
*
nfp: Address compiler issues
german77
2022-02-09
1
-25
/
+26
*
nfp: Validate amiibo files
Narr the Reg
2022-02-08
2
-41
/
+145
*
nfp: Improve implementation
german77
2022-02-08
2
-189
/
+664
*
nfp: Move IUser class to header and add missing enum and structs
german77
2022-02-07
2
-257
/
+299
*
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
2
-26
/
+34
*
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
2
-6
/
+6
*
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
2
-19
/
+15
*
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-05-06
2
-2
/
+2
*
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
2
-14
/
+20
*
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
2
-5
/
+5
*
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-02-05
2
-4
/
+4
*
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
4
-9
/
+10
*
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
2
-2
/
+2
*
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
4
-14
/
+16
*
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
*
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
2
-23
/
+14
*
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-29
2
-16
/
+29
*
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
2
-3
/
+5
*
Added Amiibo support (#1390)
David
2018-10-24
2
-42
/
+249
*
"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
4
-0
/
+6
*
kernel: Eliminate kernel global state
Lioncash
2018-08-29
1
-4
/
+6
*
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-19
1
-1
/
+1
*
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
3
-3
/
+28
*
Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)
David Marcec
2018-04-22
3
-4
/
+21
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
4
-16
/
+8
*
service: Add NFP module interface.
bunnei
2018-03-30
4
-0
/
+93