index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
spl
/
module.cpp
Age
Commit message (
Expand
)
Author
2021-07-14
service: Append service name prefix to common filenames
Morph
2021-06-16
spl: Mark the other functions as unimplemented
Morph
2021-06-16
spl: Implement spl::GetConfig
Morph
2021-06-16
spl: Add the general SPL interface
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-04-14
common: Move settings to common from core.
bunnei
2021-03-11
Update SPL to fit N's service refactor (4.0.0+) which split into new services.
zkitx
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2019-04-04
hle/service: Resolve unused variable warnings
Lioncash
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-15
csrng: Use random integer distribution instead of raw engine
Zach Hilman
2018-11-11
csrng: Use std::mt19937 engine for random number generation
Zach Hilman
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-24
spl: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-03-22
Service/spl: add module and services
mailwl