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
*
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