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
/
btm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-6
/
+6
*
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-06
1
-0
/
+5
*
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-06
1
-18
/
+16
*
btm: Update to 12.x
Morph
2021-04-09
1
-0
/
+1
*
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
1
-15
/
+17
*
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
1
-5
/
+5
*
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-02-05
1
-1
/
+1
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
1
-12
/
+10
*
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-11-08
1
-0
/
+1
*
btm: Give better names for unknown functions
David Marcec
2020-06-27
1
-5
/
+5
*
btm: Update function tables
VolcaEM
2020-06-27
1
-71
/
+76
*
kernel: events: Remove ResetType::Automatic.
bunnei
2019-11-03
1
-8
/
+6
*
Deglobalize System: Btm
David Marcec
2019-09-22
2
-7
/
+13
*
core/kernel/object: Rename ResetType enum members
Lioncash
2019-05-18
1
-4
/
+4
*
service/btm: Update function tables
Lioncash
2019-01-30
1
-55
/
+97
*
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
1
-26
/
+17
*
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-29
1
-21
/
+34
*
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
-7
/
+12
*
Added various bluetooth based cmds for palma
David Marcec
2018-11-16
1
-1
/
+107
*
service/btm: Add basic implementation of GetCoreImpl()
Lioncash
2018-07-29
1
-1
/
+35
*
service: Add btm services
Lioncash
2018-07-29
2
-0
/
+102