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: remove KWritableEvent
Liam
2022-10-13
1
-1
/
+1
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
2
-3
/
+3
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
2
-6
/
+4
*
core: hle: Remove global HLE lock.
bunnei
2021-12-18
2
-16
/
+1
*
core: Remove unused includes
ameerj
2021-11-04
1
-1
/
+0
*
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-10-02
2
-13
/
+19
*
service: bcat: Remove BoxCat BCAT implementation
Morph
2021-09-29
2
-612
/
+0
*
boxcat: Silence -Wmaybe-uninitialized in httplib.h
ReinUsesLisp
2021-07-12
1
-0
/
+3
*
common: fs: Remove [[nodiscard]] attribute on Remove* functions
Morph
2021-06-22
1
-2
/
+2
*
general: Remove extraneous includes
Morph
2021-06-13
1
-1
/
+0
*
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
1
-1
/
+1
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
3
-5
/
+5
*
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
2021-05-26
1
-26
/
+42
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
1
-2
/
+11
*
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-06
2
-6
/
+6
*
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-06
1
-0
/
+1
*
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-06
2
-9
/
+8
*
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-05-06
1
-1
/
+1
*
service: Eliminate cases of member shadowing
Lioncash
2021-04-26
1
-2
/
+2
*
common: Move settings to common from core.
bunnei
2021-04-15
1
-1
/
+1
*
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
2
-9
/
+13
*
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
2
-2
/
+2
*
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-02-05
2
-3
/
+3
*
boxcat: Avoid unnecessary object copy
comex
2020-12-07
1
-1
/
+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
2
-13
/
+4
*
Merge pull request #4796 from lioncash/clang
LC
2020-10-21
2
-4
/
+13
|
\
|
*
core: Fix clang build
Lioncash
2020-10-18
2
-4
/
+13
*
|
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
*
Replace externals with Conan (#3735)
James Rowe
2020-05-08
1
-1
/
+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
*
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