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
Age
Commit message (
Expand
)
Author
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-08-20
Added CheckFreeCommunicationPermission
David Marcec
2018-07-19
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-25
Service/PCTL: convert to module, add services, stub
mailwl
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
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 re...
Subv
2018-01-02
pctl: Remove duplicate InstallInterfaces function.
bunnei
2017-12-28
service: Add empty interface for pctl:a.
bunnei