index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
bcat
/
backend
/
backend.cpp
Age
Commit message (
Expand
)
Author
2021-05-05
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2020-10-25
general: Use template deduction guides for lock_guard
Lioncash
2020-02-12
bcat/backend: Make formatting of passphrase consistent in NullBackend::SetPas...
Lioncash
2020-02-12
bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear()
Lioncash
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-03
kernel: events: Remove ResetType::Automatic.
bunnei
2019-10-15
bcat: Remove use of global system accessors
Lioncash
2019-10-06
bcat: Take std::function instance by value in NullBackend's constructor
Lioncash
2019-10-06
bcat: In-class initialize ProgressServiceBackend's impl member
Lioncash
2019-10-06
bcat: Make ProgressServiceBackend's constructor take a std::string_view
Lioncash
2019-10-06
bcat: Make ProgressServiceBackend's GetEvent() const
Lioncash
2019-09-30
boxcat: Implement events global field
Zach Hilman
2019-09-30
bcat: Implement DeliveryCacheProgressImpl structure
Zach Hilman
2019-09-30
bcat: Add backend function for BCAT Indirect (launch parameter)
Zach Hilman
2019-09-30
bcat: Add backend class to generify the functions of BCAT
Zach Hilman