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
/
mm
Age
Commit message (
Expand
)
Author
2025-02-08
service/mm: add missing vector include and update copyright
Zephyron
2025-01-25
service: mm: Refactor Memory Management service implementation
Zephyron
2025-01-25
service: mm: Implement proper parameter handling for MM service
Zephyron
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-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2022-09-01
Demote services from warning/info to debug to reduce log spam:
Kelebek1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-05
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...
bunnei
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-06-27
mm: Update function table
VolcaEM
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-10-19
Used better names for mm:u and fixed bad stub
David Marcec
2018-08-13
mm_u: Forward all old variants of functions to the new ones
Lioncash
2018-08-13
mm_u: Move implementation class into the cpp file
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-06
Remove unused header files
mailwl
2018-06-05
Small fixes
mailwl
2018-06-05
Service/MM: add service and stub some functions
mailwl