index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
prepo
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2023-10-16
service: hle: Allow to access read buffer A and X directly
german77
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-03
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-02
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...
liamwhite
2022-12-28
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
2022-12-25
service: Use ReadBufferSpan where it is trivial to do so
ameerj
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-04
general: Get the current process program id directly from the system
Morph
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
hle: kernel: Refactor out various KThread std::shared_ptr usage.
bunnei
2021-01-31
prepo: Stub GetTransmissionStatus
Morph
2021-01-31
prepo: Stub RequestImmediateTransmission
Morph
2021-01-30
Merge pull request #5838 from german77/prepostub
Morph
2021-01-29
Stub GetSystemSessionId
german
2021-01-28
prepo: Fix BufferDescriptorX invalid buffer errors and add "New" variants of ...
Morph
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-08
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-07-11
Merge pull request #4203 from VolcaEM/services
bunnei
2020-06-29
service: Update function tables
VolcaEM
2020-06-24
prepo: : Don't read extra buffer from report unless passed
David Marcec
2020-04-20
service: Update function tables
Lioncash
2020-02-05
services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser.
bunnei
2019-11-12
service: Update function tables
Lioncash
2019-09-22
Rebase
David Marcec
2019-09-21
prepo: Remove system global accessors
Zach Hilman
2019-09-21
prepo: Implement SaveReport New and System variants
Zach Hilman
2019-05-26
loader: Move NSO module tracking to AppLoader
Zach Hilman
2019-05-25
prepo: Save reports from PlayReport service
Zach Hilman
2018-10-21
prepo: Update service function table.
Lioncash
2018-09-11
service/prepo: Move class into the cpp file
Lioncash
2018-07-18
service/prepo: Add missing header guard
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-26
Switched to NGLOG_WARNING
David Marcec
2018-04-26
Added PREPO to logging backend, Removed comments from SaveReportWithUser
David Marcec
2018-04-22
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...
David Marcec
2018-04-22
lioncash proposed changes
David
2018-04-21
Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi...
David Marcec