index
:
yuzu-android
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
pctl
Age
Commit message (
Expand
)
Author
2024-02-21
pctl: rewrite IParentalControlService
Liam
2024-02-21
pctl: rewrite IParentalControlServiceFactory
Liam
2024-02-21
pctl: move IParentalControlServiceFactory
Liam
2024-02-21
pctl: move IParentalControlService
Liam
2024-02-21
pctl: move types and results
Liam
2023-10-29
core: Close all KEvents
german77
2023-10-07
service: Stub multiple functions to increase stability of album applet
Narr the Reg
2023-08-08
service: pctl: Partially revert 11221
Narr the Reg
2023-08-05
service: pctl: Implement functions needed for QLaunch
german77
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-05
service/pctl: Stub EndFreeCommunication
Narr the Reg
2021-11-04
general: Get the current process program id directly from the system
Morph
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
2021-07-14
service: Append service name prefix to common filenames
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
service: Remove unused class variables
Lioncash
2021-05-04
service: Resolve cases of member field shadowing
Lioncash
2021-04-10
Merge pull request #6112 from ogniK5377/pctl
bunnei
2021-04-08
pctl_module: Update to 12.x
german77
2021-03-30
Addressed issues
Chloe Marcec
2021-03-27
pctl: Rework how pctl works to be more accurate
Chloe Marcec
2021-01-25
hle: Implement remaining services for Stereo Vision
Chloe Marcec
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-04-20
service: Update function tables
Lioncash
2019-04-11
service: Update service function tables
Lioncash
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