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
/
module.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update SPL to fit N's service refactor (4.0.0+) which split into new services.
zkitx
2021-03-11
1
-0
/
+5
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
1
-5
/
+6
*
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
1
-2
/
+7
*
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
1
-0
/
+2
*
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
1
-4
/
+2
*
Service/spl: add module and services
mailwl
2018-03-22
1
-0
/
+42