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
/
backend
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
2
-2
/
+2
*
Merge pull request #3091 from lioncash/core-conversion
bunnei
2019-11-15
1
-1
/
+1
|
\
|
*
service: Resolve sign conversion errors
Lioncash
2019-11-12
1
-1
/
+1
*
|
core: Migrate off deprecated mbedtls functions
Lioncash
2019-11-12
1
-1
/
+1
|
/
*
kernel: events: Remove ResetType::Automatic.
bunnei
2019-11-03
1
-2
/
+1
*
bcat: Remove use of global system accessors
Lioncash
2019-10-15
4
-16
/
+39
*
bcat: Take std::function instance by value in NullBackend's constructor
Lioncash
2019-10-06
2
-2
/
+2
*
bcat: In-class initialize ProgressServiceBackend's impl member
Lioncash
2019-10-06
2
-2
/
+2
*
bcat: Make ProgressServiceBackend's constructor take a std::string_view
Lioncash
2019-10-06
2
-3
/
+7
*
bcat: Make ProgressServiceBackend's GetEvent() const
Lioncash
2019-10-06
2
-2
/
+2
*
boxcat: Silence an unused variable warning
Lioncash
2019-10-06
1
-1
/
+2
*
service/bcat: Silence -Wreorder and -Wunused
ReinUsesLisp
2019-10-05
1
-1
/
+1
*
qt: Add service dialog
Zach Hilman
2019-10-02
1
-6
/
+5
*
boxcat: Use updated game-asset API URL and tags
Zach Hilman
2019-10-01
1
-6
/
+6
*
bcat: Add FSC accessors for BCAT data
Zach Hilman
2019-10-01
2
-10
/
+11
*
boxcat: Implement events global field
Zach Hilman
2019-09-30
2
-8
/
+10
*
bcat: Implement DeliveryCacheProgressImpl structure
Zach Hilman
2019-09-30
4
-39
/
+299
*
boxcat: Use Etag header names for file digest
Zach Hilman
2019-09-30
1
-10
/
+11
*
boxcat: Add downloading and client for launch parameter data
Zach Hilman
2019-09-30
2
-16
/
+77
*
bcat: Add backend function for BCAT Indirect (launch parameter)
Zach Hilman
2019-09-30
2
-0
/
+11
*
bcat: Expose CreateBackendFromSettings helper function
Zach Hilman
2019-09-30
1
-0
/
+2
*
bcat: Add BCAT backend for Boxcat service
Zach Hilman
2019-09-30
2
-0
/
+407
*
bcat: Add backend class to generify the functions of BCAT
Zach Hilman
2019-09-30
2
-0
/
+100