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
/
ptm
/
psm.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-9
/
+9
*
kernel: remove KWritableEvent
Liam
2022-10-13
1
-3
/
+3
*
service: ptm: Rewrite PSM and add TS
german77
2022-06-29
1
-71
/
+51
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
core: Remove unused includes
ameerj
2021-11-04
1
-1
/
+0
*
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-10-02
1
-11
/
+13
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-8
/
+8
*
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-06
1
-3
/
+3
*
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-06
1
-0
/
+1
*
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-06
1
-9
/
+8
*
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
1
-7
/
+9
*
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
1
-2
/
+2
*
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-02-05
1
-1
/
+1
*
Omit system reference
Chloe Marcec
2021-01-25
1
-2
/
+1
*
psm: IPsmSession
Chloe Marcec
2021-01-25
1
-2
/
+114
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
1
-3
/
+3
*
service: Update function tables
VolcaEM
2020-06-29
1
-0
/
+1
*
psm: Mark as debug instead of warning
David Marcec
2020-04-29
1
-7
/
+14
*
psm: Stub GetChargerType
Zach Hilman
2018-10-22
1
-14
/
+27
*
psm: Stub GetBatteryChargePercentage
Zach Hilman
2018-10-21
1
-1
/
+11
*
service: Add skeleton for psm service
Zach Hilman
2018-10-21
1
-0
/
+48