index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
ptm
/
ptm_sysm.cpp
Age
Commit message (
Expand
)
Author
2017-10-10
hle: Remove a large amount of 3ds-specific service code.
bunnei
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
ptm: Update ptm_sysm function table
Lioncash
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-04-20
Implement CheckNew3DS and CheckNew3DSApp
JamePeng
2016-02-02
services: Get rid of unnecessary includes
Lioncash
2015-12-30
services: Update some function tables
Lioncash
2015-05-11
PTM: Changed the way the ptm services are handled to be like the
purpasmart96
2015-04-24
ptm_sysm: Add static specifier to IsLegacyPowerOff
Lioncash
2015-03-03
Services: Moved the PTM and APT services to their own folder
Subv