51 Commits (2dba88f9fdeceda4635a1f9d5eb91324b8a04e57)

Author SHA1 Message Date
german77 2dba88f9fd nfp: Sort functions by command number 5 years ago
bunnei 5192e8e092 core: hle: Remove global HLE lock. 4 years ago
ameerj d27abf5546 core: Remove unused includes 4 years ago
Morph 0f5f1ec430 service: Replace service event creation with ServiceContext::CreateEvent 4 years ago
Morph 7ebc38a6d1 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
bunnei 617803fb5d hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject. 5 years ago
bunnei 9f82c577d0 hle: kernel: Ensure all kernel objects with KAutoObject are properly created. 5 years ago
bunnei 949231d69c hle: kernel: Migrate KEvent to KAutoObject. 5 years ago
bunnei 8b224f05c9 hle: kernel: Refactor IPC interfaces to not use std::shared_ptr. 5 years ago
Lioncash 32e763c64c nfp: Correct uninitialized size being used within GetTagInfo() 5 years ago
bunnei 0508831455 hle: kernel: Reimplement KReadableEvent and KWritableEvent. 5 years ago
bunnei 80d0eb3bbd hle: kernel: Rename WritableEvent to KWritableEvent. 5 years ago
bunnei 284a4d9283 hle: kernel: Rename ReadableEvent to KReadableEvent. 5 years ago
bunnei 3d70b4a4ea core: hle: kernel: Rename Thread to KThread. 5 years ago
bunnei a45d39c9d6 hle: service: nfp: Remove incorrect signaling behavior in GetDeviceState. 5 years ago
Lioncash 346271b80b service: Eliminate usages of the global system instance 5 years ago
bunnei deb3536936 Revert "core: Fix clang build" 5 years ago
Lioncash 18636013c9 core: Fix clang build 5 years ago
Lioncash 45a608088c nfp: Eliminate two unnecessary copies 5 years ago
David ecaac59acd ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) 5 years ago
VolcaEM 940c5932c7 Rename GetApplicationArea2 to GetApplicationAreaSize 6 years ago
VolcaEM 9338a6a1cf service: Update function tables 6 years ago
bunnei 4a4516868c kernel: Implement a more accurate IPC dispatch. 6 years ago
bunnei 5cb0f276fe kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
Lioncash 20d6637c03 service: Resolve sign conversion errors 6 years ago
bunnei eeef564c02 kernel: events: Remove ResetType::Automatic. 6 years ago
ReinUsesLisp 88f3837483 service/nfp: Silence -Wunused and -Wswitch 6 years ago
David Marcec 37b2a234a2 Deglobalize System: NFP 6 years ago
Lioncash 45d71eed4f core/kernel/object: Rename ResetType enum members 7 years ago
Lioncash eb88e9d088 general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
David Marcec c7ba3312f4 Return no application area when games try to open an application area 7 years ago
Lioncash 2935c16688 core/kernel: Remove unnecessary inclusions 7 years ago
Zach Hilman 543cea4c5d travis: Use correct package for linux Qt5WebEngine 7 years ago
David Marcec 5bd0ff8f77 Device handle should not be a random id, instead it's the current npad id 7 years ago
Zach Hilman b0d0735e9b kernel/event: Reference ReadableEvent from WritableEvent 7 years ago
Zach Hilman fe0071f8fa core: Port all current usages of Event to Readable/WritableEvent 7 years ago
David Marcec 5ae0d6cba2 Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 7 years ago
Lioncash 7df52a0e86 nfp: Correct erroneous sizeof expression within GetTagInfo() 7 years ago
Lioncash e89f14a0af yuzu/main: Notify user of loading errors with Amiibo data 7 years ago
David 0d7783ba66 Added Amiibo support (#1390) 7 years ago
David Marcec ac381f9ed6 "Better Hid" rework part 1 7 years ago
Lioncash 9f57c22ae2 service: Add missing headers inclusions where applicable 7 years ago
Lioncash 8a9b062587 hle/service: Default constructors and destructors in the cpp file where applicable 7 years ago
Lioncash 4913549d6b kernel: Eliminate kernel global state 7 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
mailwl 829613e51c Stub IUser::AttachAvailabilityChangeEvent 8 years ago
mailwl 0e922be408 Correct function results 8 years ago
mailwl 18798ad061 Service/nfp:user : stub some functions. 8 years ago
Hexagon12 44797f150c Updated nfp with more service names 8 years ago
David Marcec 2810310018 Switched to NGLOG_WARNING 8 years ago