index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
nfp
/
nfp.cpp
Age
Commit message (
Expand
)
Author
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: Address compiler issues
german77
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
2022-02-07
nfp: Sort functions by command number
german77
2021-12-17
core: hle: Remove global HLE lock.
bunnei
2021-11-03
core: Remove unused includes
ameerj
2021-10-01
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-05
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
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-09
nfp: Correct uninitialized size being used within GetTagInfo()
Lioncash
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
2021-01-28
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-11
hle: service: nfp: Remove incorrect signaling behavior in GetDeviceState.
bunnei
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-09-17
nfp: Eliminate two unnecessary copies
Lioncash
2020-08-03
ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...
David
2019-11-28
kernel: Implement a more accurate IPC dispatch.
bunnei
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-12
service: Resolve sign conversion errors
Lioncash
2019-11-03
kernel: events: Remove ResetType::Automatic.
bunnei
2019-10-04
service/nfp: Silence -Wunused and -Wswitch
ReinUsesLisp
2019-09-22
Deglobalize System: NFP
David Marcec
2019-05-18
core/kernel/object: Rename ResetType enum members
Lioncash
2019-04-01
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-01-04
Return no application area when games try to open an application area
David Marcec
2018-12-31
core/kernel: Remove unnecessary inclusions
Lioncash
2018-12-19
Device handle should not be a random id, instead it's the current npad id
David Marcec
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-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-14
nfp: Correct erroneous sizeof expression within GetTagInfo()
Lioncash
2018-10-24
yuzu/main: Notify user of loading errors with Amiibo data
Lioncash
2018-10-23
Added Amiibo support (#1390)
David
2018-10-10
"Better Hid" rework part 1
David Marcec
2018-09-25
service: Add missing headers inclusions where applicable
Lioncash
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
[next]