index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
bcat
/
module.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcat: Update function tables and add missing classes (#4172)
VolcaEM
2020-06-27
1
-0
/
+3
*
service: Update function tables
Lioncash
2020-04-20
1
-0
/
+1
*
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-25
1
-0
/
+6
|
\
|
*
service: Update function tables
Lioncash
2019-11-12
1
-0
/
+6
*
|
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-2
/
+2
*
|
core: Migrate off deprecated mbedtls functions
Lioncash
2019-11-12
1
-1
/
+1
|
/
*
bcat: Remove use of global system accessors
Lioncash
2019-10-15
1
-11
/
+13
*
Merge pull request #2951 from lioncash/global
Zach Hilman
2019-10-07
1
-15
/
+19
|
\
|
*
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-10-06
1
-15
/
+19
*
|
bcat/module: Silence truncation warnings
Lioncash
2019-10-06
1
-3
/
+3
|
/
*
service/bcat: Silence -Wreorder and -Wunused
ReinUsesLisp
2019-10-05
1
-1
/
+1
*
bcat: Add FSC accessors for BCAT data
Zach Hilman
2019-10-01
1
-11
/
+15
*
boxcat: Implement events global field
Zach Hilman
2019-09-30
1
-4
/
+4
*
bcat: Implement DeliveryCacheProgressImpl structure
Zach Hilman
2019-09-30
1
-45
/
+11
*
bcat: Expose CreateBackendFromSettings helper function
Zach Hilman
2019-09-30
1
-2
/
+0
*
bcat: Implement cmd 90201 ClearDeliveryCacheStorage
Zach Hilman
2019-09-30
1
-1
/
+23
*
bcat: Implement cmd 30100 SetPassphrase
Zach Hilman
2019-09-30
1
-1
/
+33
*
bcat: Implement cmd RequestSyncDeliveryCache and variant
Zach Hilman
2019-09-30
1
-2
/
+70
*
bcat: Implement IDeliveryCacheProgressService commands
Zach Hilman
2019-09-30
1
-0
/
+131
*
bcat: Implement IDeliveryCacheFileService commands
Zach Hilman
2019-09-30
1
-0
/
+117
*
bcat: Implement IDeliveryCacheDirectoryService commands
Zach Hilman
2019-09-30
1
-0
/
+99
*
bcat: Implement IDeliveryCacheStorageService commands
Zach Hilman
2019-09-30
1
-0
/
+58
*
bcat: Add commands to create IDeliveryCacheStorageService
Zach Hilman
2019-09-30
1
-2
/
+26
*
module: Create BCAT backend based upon Settings value on construction
Zach Hilman
2019-09-30
1
-1
/
+13
*
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
2018-11-26
1
-1
/
+2
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
1
-0
/
+2
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-1
/
+1
*
Service/BCAT: add module and services
mailwl
2018-05-28
1
-0
/
+53