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
/
btm.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-16
service: btm: Migrate service to new IPC
Narr the Reg
1
-263
/
+9
2024-01-26
service: set: Implement more settings functions for Qlaunch
Narr the Reg
1
-1
/
+8
2023-11-19
Implemented qlaunch version of the controller applet
FrozenAra
1
-8
/
+48
2023-03-01
service: move hle_ipc from kernel
Liam
1
-7
/
+7
2023-02-27
service: btm: Fix handle functions
Narr the Reg
1
-4
/
+8
2023-02-21
service: refactor server architecture
Liam
1
-5
/
+9
2022-07-14
service: btdrv,bcat,btm: Update service tables to 14.0.0
german77
1
-2
/
+6
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-01-21
service/btm: Update function tables
Lioncash
1
-0
/
+30
2021-11-04
core: Remove unused includes
ameerj
1
-1
/
+0
2021-10-07
service: Reduce header include overhead
Morph
1
-1
/
+0
2021-10-02
service: Replace service event creation with ServiceContext::CreateEvent
Morph
1
-20
/
+22
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
1
-6
/
+6
2021-05-06
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
1
-0
/
+5
2021-05-06
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
1
-18
/
+16
2021-04-09
btm: Update to 12.x
Morph
1
-0
/
+1
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
1
-15
/
+17
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
1
-5
/
+5
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
1
-1
/
+1
2020-11-27
service: Eliminate usages of the global system instance
Lioncash
1
-12
/
+10
2020-11-08
ipc_helpers: Remove usage of the global system instance
Lioncash
1
-0
/
+1
2020-06-27
btm: Give better names for unknown functions
David Marcec
1
-5
/
+5
2020-06-27
btm: Update function tables
VolcaEM
1
-71
/
+76
2019-11-03
kernel: events: Remove ResetType::Automatic.
bunnei
1
-8
/
+6
2019-09-22
Deglobalize System: Btm
David Marcec
1
-6
/
+8
2019-05-18
core/kernel/object: Rename ResetType enum members
Lioncash
1
-4
/
+4
2019-01-30
service/btm: Update function tables
Lioncash
1
-55
/
+97
2018-11-29
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
1
-26
/
+17
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
1
-21
/
+34
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
1
-7
/
+12
2018-11-16
Added various bluetooth based cmds for palma
David Marcec
1
-1
/
+107
2018-07-29
service/btm: Add basic implementation of GetCoreImpl()
Lioncash
1
-1
/
+35
2018-07-29
service: Add btm services
Lioncash
1
-0
/
+87