index
:
yuzu-mainline
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
btdrv
/
btdrv.cpp
Age
Commit message (
Expand
)
Author
2024-02-23
service: btdrv: Add EnableRadio for Qlaunch
Narr the Reg
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2022-07-14
service: btdrv,bcat,btm: Update service tables to 14.0.0
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-10-07
service: Reduce header include overhead
Morph
2021-10-01
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-09-26
service/btdrv: Update to 13.0.0
german77
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-05
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-04-09
btdrv: Update to 12.x
Morph
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-08
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-06-26
btdrv: Update function table (#4174)
VolcaEM
2019-11-12
service: Update function tables
Lioncash
2019-11-03
kernel: events: Remove ResetType::Automatic.
bunnei
2019-09-22
Deglobalize System: Btdrv
David Marcec
2019-05-18
core/kernel/object: Rename ResetType enum members
Lioncash
2019-04-11
service: Update service function tables
Lioncash
2019-01-29
service/btdrv: Update function tables
Lioncash
2018-11-29
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-17
Added various bluetooth based cmds for palma
David Marcec
2018-07-26
service: Add the btdrv service
Lioncash