summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/btdrv/btdrv.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: refactor server architectureLiam2023-02-211-2/+1
| | | | Converts services to have their own processes
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* Deglobalize System: BtdrvDavid Marcec2019-09-221-1/+5
|
* service: Add the btdrv serviceLioncash2018-07-271-0/+16
Adds the skeleton for the btdrv service based off the information provided by Switch Brew