2310 Commits (200c95db8a816db0170b2fa27992fc719e434e05)

Author SHA1 Message Date
bunnei 1b1d399e5f hle: Rename RequestBuilder to ResponseBuilder. 8 years ago
bunnei f9dae99006 service: Fix all incorrect IPC response headers. 8 years ago
bunnei f0035420d7 ipc_helpers: Make interface domain agnostic and add header validation. 8 years ago
bunnei 27bad0598a hle: Integrate Domain handling into ServerSession. 8 years ago
bunnei 67758857e4 hle: Remove Domain and SyncObject kernel objects. 8 years ago
bunnei 932fa94af7 handle_table: Remove ConvertSessionToDomain. 8 years ago
st4rk 44eb840232 audout:u OpenAudioOut and IAudioOut (#138) 8 years ago
gdkchan 703be1931a Fix time returning epoch time in milliseconds rather than in seconds 8 years ago
Subv b0489c9a64 Services: Added a todo about returning interfaces as domain objects in lm, hid and time. 8 years ago
Subv 7efa6e8801 Time: Don't create unnecessary ports when retrieving the clock service sessions. 8 years ago
Subv 1003996e80 HID: Don't create an unnecessary port in CreateAppletResource. 8 years ago
Subv 1a9c96e4de LM: Don't create an unnecessary port in Initialize. 8 years ago
Subv 67c43e9200 IPC: Don't create an unnecessary port when using PushIpcInterface outside of a domain. 8 years ago
gdkchan 832009bfdb Stub OpenAudioOut and fix a issue with HID IAppletResource being created more than once 8 years ago
Subv 10c67bf395 AppletOE: Stubbed CreateManagedDisplayLayer to create a new layer in the Default display. 8 years ago
Subv eb58f852f8 AppletOE: Make ISelfController keep a reference to nvflinger. 8 years ago
Subv 42859461f3 Services: Vi shouldn't be responsible for creating nvflinger. 8 years ago
Subv 8d7686ff8e VI: Move BufferQueue and NVFlinger to their own folder/namespace. 8 years ago
st4rk 07355cf7cc Added stubs for audio services. (#116) 8 years ago
David eeb3b5eed7 Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114) 8 years ago
Lioncash 06d2e1bd23 nvmap: Add a return 0 underneath the UNIMPLEMENTED macro 8 years ago
Lioncash 687a17acae nvmap: Make IoctlCommands an enum class 8 years ago
bunnei 8e50d6002b fsp_srv: Various improvements to IStorage:Read implementation. 8 years ago
David Marcec d64b7d7dfd filesystem: Implement basic IStorage functionality. 8 years ago
Subv 749043c809 VI: Implement the Query transaction of IHOSBinderDriver, and stubbed some results. 8 years ago
tgsm 07cfab72e0 service/time: remove accidental #pragmas 8 years ago
James Rowe 096be16636 Format: Run the new clang format on everything 8 years ago
David 0b6da0c1ab Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113) 8 years ago
River City Ransomware dd62f125c3 Fixes some cast warnings, partial port of citra #3064 (#106) 8 years ago
goaaats c457f34eb2 acc, set, applet_oe: stub various functions, add set service (#105) 8 years ago
Rozlette d9ca9d3472 ISelfController: Stub LockExit and UnlockExit 8 years ago
bunnei deec326ddf time: Add new line to ends of files. 8 years ago
bunnei 1d49680613 applet_oe: Clang-format. 8 years ago
bunnei e27accc15d time: Stub out GetTotalLocationNameCount and some cleanup. 8 years ago
bunnei de646cef2d nvdrv: Stub SetClientPID. 8 years ago
bunnei e1ee8f4657 svc: Fix svcGetInfo MapRegionBaseAddr. 8 years ago
bunnei d80991977a svc: Add additional fields to MemoryInfo struct. 8 years ago
gdkchan 8f13499bb8 Fix dispdrv typo 8 years ago
gdkchan 59575d5cae Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc (#96) 8 years ago
flerovium^-^ 463356f0a7 Start to implement/stub BSD:U and SFDNSRES services (#78) 8 years ago
Rozlette 378cea2ae2 time: Fix use of CamelCase in ToCalendarTimeWithMyRule 8 years ago
Rozlette c7c180fdf1 time: Refactor time:* to use a single shared module 8 years ago
bunnei 22465c8722 lm: Minor logging fix to skip a byte. 8 years ago
bunnei 6a36ffb86c controller: Use DuplicateSession for DuplicateSessionEx. 8 years ago
Lioncash 4497eb4528 svc: Rename some entries to match their analogue on SwitchBrew 8 years ago
Lioncash c81ed5eb33 svc: Add CreateJitMemory and MapJitMemory svc strings 8 years ago
Lioncash 3d19102c48 vi: Make constructors explicit where applicable 8 years ago
Lioncash 14069e6ec4 vi: Add missing override specifiers 8 years ago
Lioncash b16c89bf65 vi: Copy data directly into the std::vector within Parcel's ReadBlock function 8 years ago
Rozlette 6f22471a72 TIME: consolidate time:* interfaces, stub functions and structs 8 years ago