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
/
btdrv
/
btdrv.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-24
service: btdrv: Add EnableRadio for Qlaunch
Narr the Reg
1
-13
/
+19
2023-03-01
service: move hle_ipc from kernel
Liam
1
-2
/
+2
2023-02-21
service: refactor server architecture
Liam
1
-3
/
+7
2022-07-14
service: btdrv,bcat,btm: Update service tables to 14.0.0
german77
1
-0
/
+5
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
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
-6
/
+11
2021-09-27
service/btdrv: Update to 13.0.0
german77
1
-0
/
+4
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
1
-1
/
+1
2021-05-06
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
1
-0
/
+1
2021-05-06
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
1
-6
/
+5
2021-04-09
btdrv: Update to 12.x
Morph
1
-0
/
+19
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
1
-4
/
+5
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
1
-2
/
+2
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
-3
/
+3
2020-11-08
ipc_helpers: Remove usage of the global system instance
Lioncash
1
-0
/
+1
2020-06-27
btdrv: Update function table (#4174)
VolcaEM
1
-83
/
+84
2019-11-12
service: Update function tables
Lioncash
1
-0
/
+1
2019-11-03
kernel: events: Remove ResetType::Automatic.
bunnei
1
-2
/
+1
2019-09-22
Deglobalize System: Btdrv
David Marcec
1
-4
/
+4
2019-05-18
core/kernel/object: Rename ResetType enum members
Lioncash
1
-2
/
+2
2019-04-11
service: Update service function tables
Lioncash
1
-1
/
+2
2019-01-30
service/btdrv: Update function tables
Lioncash
1
-46
/
+101
2018-11-29
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
1
-5
/
+5
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
1
-6
/
+10
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
-1
/
+2
2018-11-16
Added various bluetooth based cmds for palma
David Marcec
1
-0
/
+38
2018-07-27
service: Add the btdrv service
Lioncash
1
-0
/
+72