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
/
ptm
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-20
ts: add OpenSession
Liam
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2022-10-14
Merge pull request #9061 from liamwhite/writable-event
liamwhite
2022-10-12
kernel: remove KWritableEvent
Liam
2022-10-11
general: preliminary support for hbl
Liam
2022-06-28
service: ptm: Rewrite PSM and add TS
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-10-01
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-05
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-01-25
Omit system reference
Chloe Marcec
2021-01-25
psm: IPsmSession
Chloe Marcec
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-06-29
service: Update function tables
VolcaEM
2020-04-29
psm: Mark as debug instead of warning
David Marcec
2018-10-21
psm: Stub GetChargerType
Zach Hilman
2018-10-20
psm: Stub GetBatteryChargePercentage
Zach Hilman
2018-10-20
service: Add skeleton for psm service
Zach Hilman
2017-10-10
hle: Remove a large amount of 3ds-specific service code.
bunnei
2017-06-18
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-05-24
FileSys: Move all result description to errors.h
Yuri Kunde Schlesner
2017-05-24
result: Make error description a generic integer
Yuri Kunde Schlesner
2017-05-19
use IPCHelper for PTM services
emmaus
2017-04-06
Merge pull request #2533 from Lectem/apt_ipchelper
bunnei
2017-03-25
ptm: create SharedExtSave file before openning it
wwylele
2017-03-18
IPCHelper Skip method + address comments for apt
Lectem
2017-03-18
move push out of class body and add u8 u16 bool specializations
Lectem
2017-03-18
refactor APT service to use the new IPC helpers
Lectem
2016-12-09
Merge pull request #2292 from lioncash/bool
Yuri Kunde Schlesner
2016-12-09
ptm: Use boolean instead of integral value
Lioncash
2016-12-08
service: Add the ptm:s service
Lioncash
2016-12-08
service: Add common ptm:u commands to other ptm services
Lioncash
2016-12-08
service: Drop '_Interface' in ptm service class names
Lioncash
2016-12-08
service: Add ptm::gets and ptm::sets services
Lioncash
2016-12-08
ptm: Update ptm_sysm function table
Lioncash
2016-11-19
PTM & CFG: use the correct path and error code according to the new FileSys p...
wwylele
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-05-24
New3DS: Minor style cleanup to #1520.
bunnei
2016-04-20
Implement CheckNew3DS and CheckNew3DSApp
JamePeng
[next]