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
/
kernel
/
k_session.cpp
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-12-22
general: properly support multiple memory instances
Liam
2023-03-12
kernel: remove kernel_
Liam
2023-03-12
kernel: convert KPort, KSession
Liam
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-13
kernel: use GetCurrentProcess
Liam
2022-11-09
kernel/svc_types: refresh
Liam
2022-10-31
kernel: invert session request handling flow
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-06-04
hle: kernel: Refactor to allocate a ServiceThread per service handler.
bunnei
2021-05-20
Revert "WORKAROUND: temp. disable session resource limits while we work out i...
bunnei
2021-05-11
WORKAROUND: temp. disable session resource limits while we work out issues
bunnei
2021-05-08
kernel: Eliminate variable shadowing
Lioncash
2021-05-05
fixup! hle: kernel: Migrate KSession, KClientSession, and KServerSession to K...
bunnei
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
hle: kernel: Remove deprecated Object class.
bunnei
2021-05-05
hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...
bunnei