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
/
pm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: update KProcess
Liam
2023-10-22
1
-1
/
+1
*
kernel: convert KProcess to new style
Liam
2023-03-13
1
-10
/
+10
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-10
/
+10
*
service: refactor server architecture
Liam
2023-02-21
2
-8
/
+11
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-6
/
+6
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
2
-6
/
+4
*
service: pm: Implement AtmosphereGetProcessInfo
tech-ticks
2022-02-04
1
-0
/
+45
*
service: pm: Implement AtmosphereGetProcessId
Morph
2021-11-21
1
-0
/
+24
*
service: pm: Add all relevant result codes
Morph
2021-11-21
1
-3
/
+8
*
service: pm: Rename title id to program id
Morph
2021-11-21
1
-6
/
+6
*
general: Rename GetTitleID to GetProgramID
Morph
2021-11-04
1
-2
/
+2
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-5
/
+5
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
1
-6
/
+6
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
1
-7
/
+8
*
hle: kernel: Migrate KProcess to KAutoObject.
bunnei
2021-05-06
1
-7
/
+5
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
1
-11
/
+12
*
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-11-08
1
-0
/
+1
*
service: Update function tables
VolcaEM
2020-06-29
1
-17
/
+17
*
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-25
1
-1
/
+1
|
\
|
*
service: Update function tables
Lioncash
2019-11-12
1
-1
/
+1
*
|
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-6
/
+6
|
/
*
pm: Implement pm:shell and pm:dmnt GetApplicationPid
Zach Hilman
2019-06-27
2
-6
/
+32
*
pm: Implement pm:dmnt GetTitlePid
Zach Hilman
2019-06-27
1
-7
/
+36
*
pm: Implement pm:info GetTitleId
Zach Hilman
2019-06-27
1
-2
/
+47
*
service: Update service function tables
Lioncash
2019-04-11
1
-7
/
+14
*
service/pm: Implement SetMaintenanceBoot()
Lioncash
2019-01-28
1
-1
/
+10
*
service/pm: Tidy up functionality related to SystemBootMode
Lioncash
2019-01-28
2
-2
/
+9
*
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
/
+2
*
Added GetBootMode (#1107)
David
2018-08-24
2
-2
/
+13
*
service: Add pm services
Lioncash
2018-07-25
2
-0
/
+86