40 Commits (f7b2c6c154c2f1142fab57eb57d5341373b613e6)

Author SHA1 Message Date
german77 ecf98d37b8 service: hle: Allow to access read buffer A and X directly 2 years ago
Liam d7e9461b71 service: move hle_ipc from kernel 3 years ago
Liam 1c3a93e7c4 service: refactor server architecture 3 years ago
arades79 60a68839ee remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 3 years ago
arades79 adcef452e0 add static lifetime to constexpr values to force compile time evaluation where possible 3 years ago
Liam c68577384a general: rename CurrentProcess to ApplicationProcess 3 years ago
ameerj 7cc5da4a9f Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" 3 years ago
liamwhite f74a95b6fb Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer" 3 years ago
ameerj 713394d526 hle_ipc: Rename ReadBufferSpan to ReadBuffer 3 years ago
ameerj db9a523aae service: Use ReadBufferSpan where it is trivial to do so 3 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
Morph 41a0c088ba general: Get the current process program id directly from the system 4 years ago
Morph 10508e7af2 general: Rename GetTitleID to GetProgramID 4 years ago
Morph 7ebc38a6d1 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
bunnei ad048de3d6 hle: kernel: Rename Process to KProcess. 5 years ago
bunnei 07939c59a6 hle: kernel: Refactor out various KThread std::shared_ptr usage. 5 years ago
Morph af32dc3653 prepo: Stub GetTransmissionStatus 5 years ago
Morph 343ee0fc1f prepo: Stub RequestImmediateTransmission 5 years ago
german 11815a3499 Stub GetSystemSessionId 5 years ago
Morph 7e9385d035 prepo: Fix BufferDescriptorX invalid buffer errors and add "New" variants of SaveReport 5 years ago
Lioncash 8f135703dc core: Remove unnecessary enum casts in log calls 5 years ago
Lioncash 346271b80b service: Eliminate usages of the global system instance 5 years ago
Lioncash e7fe020ace ipc_helpers: Remove usage of the global system instance 5 years ago
VolcaEM 9338a6a1cf service: Update function tables 6 years ago
David Marcec bf4e6b3cba prepo: : Don't read extra buffer from report unless passed 6 years ago
Lioncash d73e0ef309 service: Update function tables 6 years ago
bunnei 7bdaae11ac services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser. 6 years ago
Lioncash 0ab5dd8c7f service: Update function tables 6 years ago
David Marcec 2936be3ae1 Rebase 6 years ago
Zach Hilman 447ada6c0a prepo: Remove system global accessors 6 years ago
Zach Hilman e975bf2349 prepo: Implement SaveReport New and System variants 7 years ago
Zach Hilman 227430a157 loader: Move NSO module tracking to AppLoader 7 years ago
Zach Hilman bdfb6260d5 prepo: Save reports from PlayReport service 7 years ago
Lioncash f8220c84fc prepo: Update service function table. 7 years ago
Lioncash 061dd78882 service/prepo: Move class into the cpp file 7 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
David Marcec 2810310018 Switched to NGLOG_WARNING 8 years ago
David Marcec 6f6cac9366 Added PREPO to logging backend, Removed comments from SaveReportWithUser 8 years ago
David Marcec 9591689dbc GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport. 8 years ago
David Marcec 48334d0d6a Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids) 8 years ago