summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/bcat_module.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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