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
/
pm
/
pm.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
2024-01-12
kernel: fix debugger and process list lifetime
Liam
2023-10-21
kernel: update KProcess
Liam
2023-03-12
kernel: convert KProcess to new style
Liam
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-02-04
service: pm: Implement AtmosphereGetProcessInfo
tech-ticks
2021-11-20
service: pm: Implement AtmosphereGetProcessId
Morph
2021-11-20
service: pm: Add all relevant result codes
Morph
2021-11-20
service: pm: Rename title id to program id
Morph
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
hle: kernel: Migrate KProcess to KAutoObject.
bunnei
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-06-29
service: Update function tables
VolcaEM
2019-11-24
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-12
service: Update function tables
Lioncash
2019-06-26
pm: Implement pm:shell and pm:dmnt GetApplicationPid
Zach Hilman
2019-06-26
pm: Implement pm:dmnt GetTitlePid
Zach Hilman
2019-06-26
pm: Implement pm:info GetTitleId
Zach Hilman
2019-04-11
service: Update service function tables
Lioncash
2019-01-28
service/pm: Implement SetMaintenanceBoot()
Lioncash
2019-01-28
service/pm: Tidy up functionality related to SystemBootMode
Lioncash
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-08-23
Added GetBootMode (#1107)
David
2018-07-25
service: Add pm services
Lioncash