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
*
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