index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
bcat
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: news: Stub remaining functions
german77
2024-02-11
7
-13
/
+54
*
service: bcat: Address review issues
Narr the Reg
2024-02-10
26
-139
/
+147
*
service: bcat: Implement news interfaces
Narr the Reg
2024-02-10
13
-0
/
+413
*
service: bcat: Migrate and refractor service to new IPC
Narr the Reg
2024-02-10
21
-733
/
+835
*
vfs: Move vfs files to their own directory
FearlessTobi
2024-01-25
2
-2
/
+2
*
service: move hle_ipc from kernel
Liam
2023-03-01
2
-28
/
+26
*
service: refactor server architecture
Liam
2023-02-21
2
-11
/
+18
*
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-13
1
-5
/
+5
*
service: Make use of buffer element count helpers
Lioncash
2022-11-23
1
-2
/
+2
*
kernel: remove KWritableEvent
Liam
2022-10-12
1
-1
/
+1
*
service: btdrv,bcat,btm: Update service tables to 14.0.0
german77
2022-07-14
1
-2
/
+2
*
core: Replace all instances of ResultCode with Result
german77
2022-06-26
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-17
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-03
2
-2
/
+0
*
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-10-01
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-28
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::filesy...
Morph
2021-05-25
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-05
1
-1
/
+1
*
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
3
-12
/
+10
*
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-05
1
-0
/
+1
*
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-05
2
-9
/
+8
*
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-05-05
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-14
2
-2
/
+2
*
bcat_module: Update to 12.x
german77
2021-04-08
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-06
1
-1
/
+1
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-26
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-20
3
-15
/
+5
*
Merge pull request #4796 from lioncash/clang
LC
2020-10-20
3
-5
/
+15
|
\
|
*
core: Fix clang build
Lioncash
2020-10-17
3
-5
/
+15
*
|
service: bcat: Check client connection before interacting with socket.
bunnei
2020-10-16
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
[next]