33 Commits (38b585a309b4c5fd330491e0fb36ac47d04b66db)

Author SHA1 Message Date
VolcaEM 38b585a309
Rename GetApplicationArea2 to GetApplicationAreaSize 6 years ago
VolcaEM 6a0010d0c6
service: Update function tables 6 years ago
bunnei c3d3b173d3 kernel: Implement a more accurate IPC dispatch. 6 years ago
bunnei 9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
Lioncash f11b87ebf1 service: Resolve sign conversion errors 6 years ago
bunnei b0ab803ce8 kernel: events: Remove ResetType::Automatic. 6 years ago
ReinUsesLisp 5c907f85fc service/nfp: Silence -Wunused and -Wswitch 6 years ago
David Marcec 8df2a98f75 Deglobalize System: NFP 6 years ago
Lioncash a47aaa7f1b core/kernel/object: Rename ResetType enum members 7 years ago
Lioncash 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
David Marcec 48a526dba1 Return no application area when games try to open an application area 7 years ago
Lioncash 1f0c8bfeda core/kernel: Remove unnecessary inclusions 7 years ago
Zach Hilman 0c5ede492f travis: Use correct package for linux Qt5WebEngine 7 years ago
David Marcec 807e7640aa Device handle should not be a random id, instead it's the current npad id 7 years ago
Zach Hilman a342bcc9b1 kernel/event: Reference ReadableEvent from WritableEvent 7 years ago
Zach Hilman ff610103b5 core: Port all current usages of Event to Readable/WritableEvent 7 years ago
David Marcec a2cc3b10bb Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 7 years ago
Lioncash b4f63db04e nfp: Correct erroneous sizeof expression within GetTagInfo() 7 years ago
Lioncash bed2d6c425 yuzu/main: Notify user of loading errors with Amiibo data 7 years ago
David 50e4e81fd3 Added Amiibo support (#1390) 7 years ago
David Marcec 56f35ab262 "Better Hid" rework part 1 7 years ago
Lioncash e42bb5e003 service: Add missing headers inclusions where applicable 7 years ago
Lioncash 6ac955a0b4 hle/service: Default constructors and destructors in the cpp file where applicable 7 years ago
Lioncash 0cbcd6ec9a kernel: Eliminate kernel global state 7 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
mailwl 61fbf5c8e6 Stub IUser::AttachAvailabilityChangeEvent 8 years ago
mailwl bb081dd1d2 Correct function results 8 years ago
mailwl 019778707d Service/nfp:user : stub some functions. 8 years ago
Hexagon12 0984e9d601 Updated nfp with more service names 8 years ago
David Marcec abc23416e8 Switched to NGLOG_WARNING 8 years ago
Lioncash 28b92db7fd
nfp: Move logging macros over to new fmt-compatible ones 8 years ago
David Marcec 27650499bc GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport. 8 years ago
David Marcec f3137d3bc1 Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids) 8 years ago
Lioncash ccca5e7c28 service: Use nested namespace specifiers where applicable 8 years ago
bunnei deaf6f9e35 service: Add NFP module interface. 8 years ago
bunnei 7bee3427d0 service: Add Friend service interface. 8 years ago