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
/
module.cpp
Age
Commit message (
Expand
)
Author
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-08-03
ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...
David
2020-06-26
bcat: Update function tables and add missing classes (#4172)
VolcaEM
2020-04-20
service: Update function tables
Lioncash
2019-11-24
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-12
service: Update function tables
Lioncash
2019-11-12
core: Migrate off deprecated mbedtls functions
Lioncash
2019-10-15
bcat: Remove use of global system accessors
Lioncash
2019-10-06
Merge pull request #2951 from lioncash/global
Zach Hilman
2019-10-06
bcat/module: Silence truncation warnings
Lioncash
2019-10-06
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-10-04
service/bcat: Silence -Wreorder and -Wunused
ReinUsesLisp
2019-10-01
bcat: Add FSC accessors for BCAT data
Zach Hilman
2019-09-30
boxcat: Implement events global field
Zach Hilman
2019-09-30
bcat: Implement DeliveryCacheProgressImpl structure
Zach Hilman
2019-09-30
bcat: Expose CreateBackendFromSettings helper function
Zach Hilman
2019-09-30
bcat: Implement cmd 90201 ClearDeliveryCacheStorage
Zach Hilman
2019-09-30
bcat: Implement cmd 30100 SetPassphrase
Zach Hilman
2019-09-30
bcat: Implement cmd RequestSyncDeliveryCache and variant
Zach Hilman
2019-09-30
bcat: Implement IDeliveryCacheProgressService commands
Zach Hilman
2019-09-30
bcat: Implement IDeliveryCacheFileService commands
Zach Hilman
2019-09-30
bcat: Implement IDeliveryCacheDirectoryService commands
Zach Hilman
2019-09-30
bcat: Implement IDeliveryCacheStorageService commands
Zach Hilman
2019-09-30
bcat: Add commands to create IDeliveryCacheStorageService
Zach Hilman
2019-09-30
module: Create BCAT backend based upon Settings value on construction
Zach Hilman
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-05-28
Service/BCAT: add module and services
mailwl