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
/
set
/
set_sys.cpp
Age
Commit message (
Expand
)
Author
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-05
hle: kernel: Migrate KClientPort to KAutoObject.
bunnei
2021-04-08
set_sys: Update to 12.x
german77
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-10-27
service: Update function tables
Lioncash
2020-04-20
service: Update function tables
Lioncash
2019-11-12
service: Update function tables
Lioncash
2019-04-11
service: Update service function tables
Lioncash
2019-03-11
set_sys: Move constants to anonymous namespace
Zach Hilman
2019-03-10
set_sys: Use official nintendo version string
Zach Hilman
2019-03-10
set_sys: Use correct error codes in GetFirmwareVersion*
Zach Hilman
2019-03-10
set_sys: Implement GetFirmwareVersion(2) for libnx hosversion
Zach Hilman
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-07-24
set_sys: Implement SetColorSetId()
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-24
set: 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-03
Service/Set: add more services
mailwl