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.h
Age
Commit message (
Expand
)
Author
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-06-24
Implement GetKeyCodeMap & GetKeyCodeMap2
David Marcec
2020-03-19
set: implement GetRegionCode
Dan
2019-06-28
set: Implement GetQuestFlag
Zach Hilman
2018-11-30
service/set: Implement MakeLanguageCode
Lioncash
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-08-26
set: Fixed GetAvailableLanguageCodes() to follow the max_entries
tech4me
2018-08-03
Added ability to change username & language code in the settings ui. Added IP...
David
2018-07-23
set: Implement GetAvailableLanguageCodeCount()
Lioncash
2018-04-29
set: Fix GetAvailableLanguageCodes implementation.
bunnei
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-03-03
Service/Set: add more services
mailwl
2018-01-19
acc, set, applet_oe: stub various functions, add set service (#105)
goaaats