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
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
3
-8
/
+8
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
6
-18
/
+12
*
core: hle: Remove global HLE lock.
bunnei
2021-12-18
2
-16
/
+1
*
general: Get the current process program id directly from the system
Morph
2021-11-04
1
-4
/
+3
*
general: Rename GetTitleID to GetProgramID
Morph
2021-11-04
1
-3
/
+3
*
core: Remove unused includes
ameerj
2021-11-04
2
-2
/
+0
*
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-10-02
3
-15
/
+21
*
service: bcat: Remove BoxCat BCAT implementation
Morph
2021-09-29
3
-619
/
+0
*
service: Append service name prefix to common filenames
Morph
2021-07-14
3
-2
/
+2
*
boxcat: Silence -Wmaybe-uninitialized in httplib.h
ReinUsesLisp
2021-07-12
1
-0
/
+3
*
core, input_common: Miscellaneous fixes
lat9nq
2021-06-29
1
-1
/
+1
*
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
4
-24
/
+24
*
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: Rename Process to KProcess.
bunnei
2021-05-06
1
-1
/
+1
*
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-06
3
-12
/
+10
*
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
2
-2
/
+2
*
service: Resolve cases of member field shadowing
Lioncash
2021-05-04
2
-5
/
+5
*
service: Eliminate cases of member shadowing
Lioncash
2021-04-26
2
-10
/
+16
*
common: Move settings to common from core.
bunnei
2021-04-15
2
-2
/
+2
*
bcat_module: Update to 12.x
german77
2021-04-09
1
-0
/
+2
*
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
2
-9
/
+13
*
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
3
-3
/
+3
*
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-02-05
3
-6
/
+6
*
boxcat: Avoid unnecessary object copy
comex
2020-12-07
1
-1
/
+1
*
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