summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/bcat_module.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: btdrv,bcat,btm: Update service tables to 14.0.0german772022-07-141-2/+2
|
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-5/+5
|
* 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.
* general: Get the current process program id directly from the systemMorph2021-11-041-4/+3
| | | | This allows us to avoid including KProcess' header file in files that only need to get the current process' program id.
* general: Rename GetTitleID to GetProgramIDMorph2021-11-041-3/+3
|
* core: Remove unused includesameerj2021-11-041-1/+0
|
* service: Replace service event creation with ServiceContext::CreateEventMorph2021-10-021-2/+2
| | | | The service context helps to manage all created events and allows us to close them upon destruction.
* service: bcat: Remove BoxCat BCAT implementationMorph2021-09-291-7/+0
| | | | | The current implementation of BoxCat as it stands is non-functional due to the reliance on a server providing BCAT files. This implementation will eventually be replaced with one that allows the use of local BCAT files dumped from a Nintendo Switch.
* service: Append service name prefix to common filenamesMorph2021-07-141-0/+610