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