index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
pctl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: Append service name prefix to common filenames
Morph
2021-07-14
3
-2
/
+2
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-11
/
+11
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
2
-3
/
+3
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
1
-1
/
+1
*
service: Remove unused class variables
Lioncash
2021-05-05
1
-1
/
+0
*
service: Resolve cases of member field shadowing
Lioncash
2021-05-04
2
-8
/
+6
*
Merge pull request #6112 from ogniK5377/pctl
bunnei
2021-04-11
4
-31
/
+244
|
\
|
*
Addressed issues
Chloe Marcec
2021-03-30
2
-21
/
+22
|
*
pctl: Rework how pctl works to be more accurate
Chloe Marcec
2021-03-26
4
-31
/
+243
*
|
pctl_module: Update to 12.x
german77
2021-04-09
1
-0
/
+3
|
/
*
hle: Implement remaining services for Stereo Vision
Chloe Marcec
2021-01-24
1
-6
/
+51
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
4
-15
/
+25
*
service: Update function tables
Lioncash
2020-04-20
1
-0
/
+2
*
service: Update service function tables
Lioncash
2019-04-11
1
-2
/
+5
*
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
2018-11-26
1
-2
/
+6
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
4
-0
/
+6
*
Added CheckFreeCommunicationPermission
David Marcec
2018-08-20
1
-1
/
+8
*
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-19
1
-1
/
+1
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-3
/
+3
*
Service/PCTL: convert to module, add services, stub
mailwl
2018-04-25
5
-36
/
+68
*
pctl: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-1
/
+1
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
4
-16
/
+8
*
Various fixes and clang
Hexagon12
2018-04-11
2
-99
/
+99
*
Updated pctl:a with new service names.
Hexagon12
2018-04-10
1
-4
/
+101
*
logger: Add PCTL service logging category.
bunnei
2018-02-05
1
-1
/
+1
*
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-25
1
-1
/
+1
*
service: Fix all incorrect IPC response headers.
bunnei
2018-01-25
1
-1
/
+1
*
pctl: Clang format.
bunnei
2018-01-15
1
-1
/
+1
*
pctl: GetService should return an IParentalControlService interface.
bunnei
2018-01-15
1
-3
/
+8
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
4
-4
/
+4
*
IPC: Make DuplicateSession return the Domain instead of the Session if the request was made on a Domain interface.
Subv
2018-01-07
1
-1
/
+2
*
pctl: Remove duplicate InstallInterfaces function.
bunnei
2018-01-03
1
-4
/
+0
*
service: Add empty interface for pctl:a.
bunnei
2017-12-29
4
-0
/
+84