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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-14
service: Append service name prefix to common filenames
Morph
1
-610
/
+0
2021-06-29
core, input_common: Miscellaneous fixes
lat9nq
1
-1
/
+1
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
1
-19
/
+19
2021-05-06
hle: kernel: Rename Process to KProcess.
bunnei
1
-1
/
+1
2021-05-06
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
1
-6
/
+4
2021-05-06
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
1
-1
/
+1
2021-04-26
service: Eliminate cases of member shadowing
Lioncash
1
-8
/
+14
2021-04-15
common: Move settings to common from core.
bunnei
1
-1
/
+1
2021-04-09
bcat_module: Update to 12.x
german77
1
-0
/
+2
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
1
-1
/
+1
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
1
-3
/
+3
2020-11-27
service: Eliminate usages of the global system instance
Lioncash
1
-20
/
+20
2020-11-08
ipc_helpers: Remove usage of the global system instance
Lioncash
1
-0
/
+1
2020-10-21
Revert "core: Fix clang build"
bunnei
1
-2
/
+1
2020-10-18
core: Fix clang build
Lioncash
1
-1
/
+2
2020-08-03
ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)
David
1
-1
/
+1
2020-06-27
bcat: Update function tables and add missing classes (#4172)
VolcaEM
1
-0
/
+3
2020-04-20
service: Update function tables
Lioncash
1
-0
/
+1
2019-11-25
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
1
-2
/
+2
2019-11-12
service: Update function tables
Lioncash
1
-0
/
+6
2019-11-12
core: Migrate off deprecated mbedtls functions
Lioncash
1
-1
/
+1
2019-10-15
bcat: Remove use of global system accessors
Lioncash
1
-11
/
+13
2019-10-06
bcat/module: Silence truncation warnings
Lioncash
1
-3
/
+3
2019-10-06
hle/service: Replace global system instance calls with instance-based ones
Lioncash
1
-15
/
+19
2019-10-05
service/bcat: Silence -Wreorder and -Wunused
ReinUsesLisp
1
-1
/
+1
2019-10-01
bcat: Add FSC accessors for BCAT data
Zach Hilman
1
-11
/
+15
2019-09-30
boxcat: Implement events global field
Zach Hilman
1
-4
/
+4
2019-09-30
bcat: Implement DeliveryCacheProgressImpl structure
Zach Hilman
1
-45
/
+11
2019-09-30
bcat: Expose CreateBackendFromSettings helper function
Zach Hilman
1
-2
/
+0
2019-09-30
bcat: Implement cmd 90201 ClearDeliveryCacheStorage
Zach Hilman
1
-1
/
+23
2019-09-30
bcat: Implement cmd 30100 SetPassphrase
Zach Hilman
1
-1
/
+33
2019-09-30
bcat: Implement cmd RequestSyncDeliveryCache and variant
Zach Hilman
1
-2
/
+70
2019-09-30
bcat: Implement IDeliveryCacheProgressService commands
Zach Hilman
1
-0
/
+131
2019-09-30
bcat: Implement IDeliveryCacheFileService commands
Zach Hilman
1
-0
/
+117
2019-09-30
bcat: Implement IDeliveryCacheDirectoryService commands
Zach Hilman
1
-0
/
+99
2019-09-30
bcat: Implement IDeliveryCacheStorageService commands
Zach Hilman
1
-0
/
+58
2019-09-30
bcat: Add commands to create IDeliveryCacheStorageService
Zach Hilman
1
-2
/
+26
2019-09-30
module: Create BCAT backend based upon Settings value on construction
Zach Hilman
1
-1
/
+13
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
1
-1
/
+2
2018-09-11
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
1
-0
/
+2
2018-07-03
Rename logging macro back to LOG_*
James Rowe
1
-1
/
+1
2018-05-28
Service/BCAT: add module and services
mailwl
1
-0
/
+53