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
/
pctl
/
pctl_a.cpp
Age
Commit message (
Collapse
)
Author
2018-04-25
Service/PCTL: convert to module, add services, stub
mailwl
PCTL::CreateServiceWithoutInitialize and IParentalControlService::Initialize, required by Kirby Star Allies
2018-04-24
pctl: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
Tidies up namespace declarations
2018-04-11
Various fixes and clang
Hexagon12
2018-04-10
Updated pctl:a with new service names.
Hexagon12
2018-02-04
logger: Add PCTL service logging category.
bunnei
2018-01-24
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-24
service: Fix all incorrect IPC response headers.
bunnei
2018-01-15
pctl: Clang format.
bunnei
2018-01-15
pctl: GetService should return an IParentalControlService interface.
bunnei
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2018-01-07
IPC: Make DuplicateSession return the Domain instead of the Session if the ↵
Subv
request was made on a Domain interface.
2018-01-02
pctl: Remove duplicate InstallInterfaces function.
bunnei
2017-12-28
service: Add empty interface for pctl:a.
bunnei