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