index
:
yuzu-android
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
spl
Age
Commit message (
Expand
)
Author
2023-08-08
core: remove ResultVal type
Liam
2023-07-21
settings,core,config_sys: Remove optional type from custom_rtc, rng_seed
lat9nq
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-02
general: Remove MakeResult helpers
Morph
2021-10-07
service: Reduce header include overhead
Morph
2021-07-14
service: Append service name prefix to common filenames
Morph
2021-06-24
general: Add missing #pragma once directives
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-16
spl: Add SPL types
Morph
2021-06-16
spl: Add SPL result codes
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-08
spl: Update to 12.x
german77
2021-03-11
Fix casing on DeallocateAesKeySlot
zkitx
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-11
Merge pull request #4203 from VolcaEM/services
bunnei
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2020-06-29
Clang-format
VolcaEM
2020-06-29
service: Update function tables
VolcaEM
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-19
hle/service: Make constructors explicit where applicable
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-04-17
Various service name fixes - part 2 (rebased) (#322)
Hexagon12
2018-03-22
Service/spl: add module and services
mailwl