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
/
ptm.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-02-21
service: refactor server architecture
Liam
2022-06-28
service: ptm: Rewrite PSM and add TS
german77
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: 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
2016-03-20
HLE/FS: Implemented GetFormatInfo
Subv
2016-02-12
BitField: Make trivially copyable and remove assignment operator
MerryMage
2015-10-23
Fix wrong branch
Filiph Sandström
2015-05-11
PTM: Changed the way the ptm services are handled to be like the
purpasmart96
2015-05-06
FileSys: Clean-up includes, de-inline destructors
Yuri Kunde Schlesner
2015-05-01
Services: Initialize all state variables at bootup.
bunnei
2015-04-02
Services: Stubs and minor changes
purpasmart96
2015-03-03
Services: Moved the PTM and APT services to their own folder
Subv