summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/backend/backend.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei1-2/+1
2019-10-15bcat: Remove use of global system accessorsLioncash1-2/+2
2019-10-06bcat: Take std::function instance by value in NullBackend's constructorLioncash1-1/+1
2019-10-06bcat: In-class initialize ProgressServiceBackend's impl memberLioncash1-1/+1
2019-10-06bcat: Make ProgressServiceBackend's constructor take a std::string_viewLioncash1-2/+3
2019-10-06bcat: Make ProgressServiceBackend's GetEvent() constLioncash1-1/+1
2019-09-30boxcat: Implement events global fieldZach Hilman1-5/+8
2019-09-30bcat: Implement DeliveryCacheProgressImpl structureZach Hilman1-4/+84
2019-09-30bcat: Add backend function for BCAT Indirect (launch parameter)Zach Hilman1-0/+6
2019-09-30bcat: Add backend class to generify the functions of BCATZach Hilman1-0/+47