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
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
2018-06-06
Stub IUser::AttachAvailabilityChangeEvent
mailwl
2018-06-04
Correct function results
mailwl
2018-06-04
Service/nfp:user : stub some functions.
mailwl
2018-05-13
Updated nfp with more service names
Hexagon12
2018-04-26
Switched to NGLOG_WARNING
David Marcec
2018-04-22
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...
David Marcec
2018-04-21
Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi...
David Marcec
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-03-29
service: Add NFP module interface.
bunnei