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
/
spl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-08
core: remove ResultVal type
Liam
2
-20
/
+30
2023-07-21
settings,core,config_sys: Remove optional type from custom_rtc, rng_seed
lat9nq
1
-1
/
+2
2023-03-01
service: move hle_ipc from kernel
Liam
2
-15
/
+15
2023-02-21
service: refactor server architecture
Liam
2
-10
/
+13
2022-06-27
core: Replace all instances of ResultCode with Result
german77
1
-16
/
+16
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
8
-24
/
+16
2021-11-02
general: Remove MakeResult helpers
Morph
1
-13
/
+13
2021-10-07
service: Reduce header include overhead
Morph
1
-2
/
+0
2021-07-14
service: Append service name prefix to common filenames
Morph
4
-3
/
+3
2021-06-24
general: Add missing #pragma once directives
Morph
2
-0
/
+4
2021-06-16
spl: Mark the other functions as unimplemented
Morph
1
-5
/
+30
2021-06-16
spl: Implement spl::GetConfig
Morph
2
-1
/
+90
2021-06-16
spl: Add the general SPL interface
Morph
4
-45
/
+64
2021-06-16
spl: Add SPL types
Morph
1
-0
/
+230
2021-06-16
spl: Add SPL result codes
Morph
1
-0
/
+29
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
1
-1
/
+1
2021-04-15
common: Move settings to common from core.
bunnei
1
-1
/
+1
2021-04-09
spl: Update to 12.x
german77
1
-0
/
+3
2021-03-11
Fix casing on DeallocateAesKeySlot
zkitx
1
-3
/
+3
2021-03-11
Update SPL to fit N's service refactor (4.0.0+) which split into new services.
zkitx
3
-9
/
+178
2020-11-27
service: Eliminate usages of the global system instance
Lioncash
6
-11
/
+27
2020-07-10
configuration: implement per-game configurations (#4098)
lat9nq
1
-1
/
+1
2020-06-29
Clang-format
VolcaEM
1
-1
/
+1
2020-06-29
service: Update function tables
VolcaEM
1
-19
/
+20
2019-04-04
hle/service: Resolve unused variable warnings
Lioncash
1
-3
/
+1
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-11-16
csrng: Use random integer distribution instead of raw engine
Zach Hilman
1
-1
/
+2
2018-11-12
csrng: Use std::mt19937 engine for random number generation
Zach Hilman
2
-2
/
+11
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
1
-1
/
+1
2018-09-11
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
6
-0
/
+9
2018-07-19
hle/service: Make constructors explicit where applicable
Lioncash
1
-1
/
+1
2018-07-03
Rename logging macro back to LOG_*
James Rowe
1
-1
/
+1
2018-04-24
spl: Move logging macros over to new fmt-compatible ones
Lioncash
1
-1
/
+1
2018-04-20
service: Use nested namespace specifiers where applicable
Lioncash
6
-24
/
+12
2018-04-17
Various service name fixes - part 2 (rebased) (#322)
Hexagon12
1
-0
/
+6
2018-03-22
Service/spl: add module and services
mailwl
6
-0
/
+166