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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
2
-23
/
+20
*
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-11-08
1
-0
/
+1
*
general: Use template deduction guides for lock_guard
Lioncash
2020-10-25
1
-1
/
+1
*
Revert "core: Fix clang build"
bunnei
2020-10-21
3
-15
/
+5
*
Merge pull request #4796 from lioncash/clang
LC
2020-10-21
3
-5
/
+15
|
\
|
*
core: Fix clang build
Lioncash
2020-10-18
3
-5
/
+15
*
|
service: bcat: Check client connection before interacting with socket.
bunnei
2020-10-17
1
-0
/
+10
|
/
*
core/CMakeLists: Make some warnings errors
Lioncash
2020-10-13
1
-3
/
+7
*
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-16
1
-10
/
+10
*
General: Tidy up clang-format warnings part 2
Lioncash
2020-08-13
1
-4
/
+2
*
ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)
David
2020-08-03
1
-1
/
+1
*
bcat: Update function tables and add missing classes (#4172)
VolcaEM
2020-06-27
2
-0
/
+5
*
Replace externals with Conan (#3735)
James Rowe
2020-05-08
1
-1
/
+1
*
Merge pull request #3744 from lioncash/table2
bunnei
2020-04-26
1
-0
/
+1
|
\
|
*
service: Update function tables
Lioncash
2020-04-20
1
-0
/
+1
*
|
General: Resolve warnings related to missing declarations
Lioncash
2020-04-17
1
-6
/
+1
|
/
*
httplib compatibility
Brian Clinkenbeard
2020-02-19
1
-3
/
+4
*
bcat/backend: Make formatting of passphrase consistent in NullBackend::SetPassphrase()
Lioncash
2020-02-12
1
-1
/
+1
*
bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear()
Lioncash
2020-02-12
1
-1
/
+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
3
-4
/
+4
*
|
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
2
-2
/
+2
|
/
*
kernel: events: Remove ResetType::Automatic.
bunnei
2019-11-03
1
-2
/
+1
*
bcat: Remove use of global system accessors
Lioncash
2019-10-15
5
-27
/
+52
*
Merge pull request #2951 from lioncash/global
Zach Hilman
2019-10-07
4
-21
/
+37
|
\
|
*
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-10-06
4
-21
/
+37
*
|
bcat/module: Silence truncation warnings
Lioncash
2019-10-06
1
-3
/
+3
*
|
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
2
-2
/
+2
*
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
6
-28
/
+45
*
boxcat: Implement events global field
Zach Hilman
2019-09-30
3
-12
/
+14
*
bcat: Implement DeliveryCacheProgressImpl structure
Zach Hilman
2019-09-30
5
-84
/
+310
*
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
2
-2
/
+2
*
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
3
-2
/
+32
*
module: Create BCAT backend based upon Settings value on construction
Zach Hilman
2019-09-30
2
-1
/
+16
*
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
*
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
4
-0
/
+6
*
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-19
1
-1
/
+1
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-1
/
+1
*
Service/BCAT: add module and services
mailwl
2018-05-28
4
-0
/
+112