summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/backend/backend.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: remove KWritableEventLiam2022-10-131-1/+1
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: hle: Remove global HLE lock.bunnei2021-12-181-11/+1
* service: Replace service event creation with ServiceContext::CreateEventMorph2021-10-021-10/+12
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-2/+2
* hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei2021-05-061-4/+4
* hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei2021-05-061-0/+1
* hle: kernel: Migrate KEvent to KAutoObject.bunnei2021-05-061-8/+6
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei2021-05-061-1/+1
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei2021-02-051-5/+9
* hle: kernel: Rename WritableEvent to KWritableEvent.bunnei2021-02-051-1/+1
* hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei2021-02-051-1/+1
* general: Use template deduction guides for lock_guardLioncash2020-10-251-1/+1
* bcat/backend: Make formatting of passphrase consistent in NullBackend::SetPassphrase()Lioncash2020-02-121-1/+1
* bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear()Lioncash2020-02-121-1/+1
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-1/+1
* kernel: events: Remove ResetType::Automatic.bunnei2019-11-031-2/+1
* bcat: Remove use of global system accessorsLioncash2019-10-151-2/+2
* bcat: Take std::function instance by value in NullBackend's constructorLioncash2019-10-061-1/+1
* bcat: In-class initialize ProgressServiceBackend's impl memberLioncash2019-10-061-1/+1
* bcat: Make ProgressServiceBackend's constructor take a std::string_viewLioncash2019-10-061-2/+3
* bcat: Make ProgressServiceBackend's GetEvent() constLioncash2019-10-061-1/+1
* boxcat: Implement events global fieldZach Hilman2019-09-301-5/+8
* bcat: Implement DeliveryCacheProgressImpl structureZach Hilman2019-09-301-4/+84
* bcat: Add backend function for BCAT Indirect (launch parameter)Zach Hilman2019-09-301-0/+6
* bcat: Add backend class to generify the functions of BCATZach Hilman2019-09-301-0/+47