4733 Commits (767ce8abc828e893973de9ec6b303cea31f7834f)

Author SHA1 Message Date
bunnei 3258db29da time: Implement ISteadyClock::GetCurrentTimePoint. 8 years ago
bunnei de177f6692 audout_u: Various cleanups. 8 years ago
bunnei 714a576113 ResponseBuilder: Use a bit field for customizing instead of always_move_handles. 8 years ago
bunnei f0b6baf3ad time: Stub GetSystemClockContext function. 8 years ago
bunnei 7588b24f46 server_session: Fix scenario where all domain handlers are closed. 8 years ago
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
Rozlette ad64e7e86d logging: add missing NVDRV subclass to macro list 8 years ago
N00byKing afa1ed6ad9
Correct Spelling 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 5035d18baa file_sys: Clang format fixes. 8 years ago
bunnei 8e50d6002b fsp_srv: Various improvements to IStorage:Read implementation. 8 years ago
bunnei d9a91d7678 deconstructed_rom_directory: Implement istorage loading for RomFS. 8 years ago
David Marcec d64b7d7dfd filesystem: Implement basic IStorage functionality. 8 years ago
bunnei 00851a5ef4 file_sys: Cleanup to better match Switch file system constructs. 8 years ago
bunnei 1c06c918af file_sys: Remove disk_archive, savedata_archive, and title_metadata. 8 years ago
bunnei 7988f02489 archive_backend: Minor changes to match Switch IFileSystem. 8 years ago
bunnei 2f71a32363 file_sys: Repurpose 3DS IVFC code for Switch ROMFS. 8 years ago
Rozlette 425a78ec1b gdbstub: Update registers and sizes for aarch64 8 years ago
Subv 749043c809 VI: Implement the Query transaction of IHOSBinderDriver, and stubbed some results. 8 years ago
Matthew Brener af871f8966
Fix spelling error in CMakeLists 8 years ago
tgsm 07cfab72e0 service/time: remove accidental #pragmas 8 years ago
Rozlette 3315af8f09 loader: Minor style fix in deconstructed_rom_directory 8 years ago
James Rowe 096be16636 Format: Run the new clang format on everything 8 years ago
Rozlette de7aa3106a memory: Return false for large VAddr in IsValidVirtualAddress 8 years ago
bunnei 386df282a3 loader: Clean up ctors and includes. 8 years ago
bunnei e75aba3ed0 loader: Add DeconstructedRomDirectory for game dumps. 8 years ago
bunnei 023aef053c loader: Refactor to also pass filepath into IdentifyType. 8 years ago
bunnei 2dafd0d287 nso: Remove code specific to directory loading. 8 years ago
River City Ransomware c8a094e164 Port citra #3352 to yuzu (#103) 8 years ago
David 0b6da0c1ab Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113) 8 years ago