40 Commits (c73bb33ff138e72c134f1fedbd9fb59c50c6bf62)

Author SHA1 Message Date
german77 c73bb33ff1 service: hle: Allow to access read buffer A and X directly 2 years ago
Liam 65be230fdd service: move hle_ipc from kernel 3 years ago
Liam a936972614 service: refactor server architecture 3 years ago
arades79 683019878f remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 3 years ago
arades79 45e13b03f3 add static lifetime to constexpr values to force compile time evaluation where possible 3 years ago
Liam ceda2d280e general: rename CurrentProcess to ApplicationProcess 3 years ago
ameerj 2d2522693e Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" 3 years ago
liamwhite b01698775b
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer" 3 years ago
ameerj a1490d77ac hle_ipc: Rename ReadBufferSpan to ReadBuffer 3 years ago
ameerj 7ffd624248 service: Use ReadBufferSpan where it is trivial to do so 3 years ago
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 years ago
Morph a6e6a5ac38 general: Get the current process program id directly from the system 4 years ago
Morph 64275dfbf4 general: Rename GetTitleID to GetProgramID 4 years ago
Morph 12c1766997 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
bunnei 2a7eff57a8 hle: kernel: Rename Process to KProcess. 5 years ago
bunnei 34bed1ab41 hle: kernel: Refactor out various KThread std::shared_ptr usage. 5 years ago
Morph 7d9465d47a prepo: Stub GetTransmissionStatus 5 years ago
Morph 2394807b42 prepo: Stub RequestImmediateTransmission 5 years ago
german 9150b8972e Stub GetSystemSessionId 5 years ago
Morph ae6b3bdfbf prepo: Fix BufferDescriptorX invalid buffer errors and add "New" variants of SaveReport 5 years ago
Lioncash 6b7320add4 core: Remove unnecessary enum casts in log calls 5 years ago
Lioncash 1a954b2a59 service: Eliminate usages of the global system instance 5 years ago
Lioncash da7be67daf ipc_helpers: Remove usage of the global system instance 5 years ago
VolcaEM 6a0010d0c6
service: Update function tables 6 years ago
David Marcec 2f0b322e72 prepo: : Don't read extra buffer from report unless passed 6 years ago
Lioncash 99eaa2e6f2 service: Update function tables 6 years ago
bunnei 2245c24e21 services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser. 6 years ago
Lioncash e21b6ff79d service: Update function tables 6 years ago
David Marcec 36a97dd8a2 Rebase 6 years ago
Zach Hilman 8dd2e91427 prepo: Remove system global accessors 6 years ago
Zach Hilman daf9cd9358 prepo: Implement SaveReport New and System variants 7 years ago
Zach Hilman b77fde7c5c loader: Move NSO module tracking to AppLoader 7 years ago
Zach Hilman cdf52b9374 prepo: Save reports from PlayReport service 7 years ago
Lioncash ae7f55947e prepo: Update service function table. 7 years ago
Lioncash 325c259fc5 service/prepo: Move class into the cpp file 7 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
David Marcec abc23416e8 Switched to NGLOG_WARNING 8 years ago
David Marcec f1f7f2cba9 Added PREPO to logging backend, Removed comments from SaveReportWithUser 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