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.cpp
Age
Commit message (
Expand
)
Author
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-08-01
service: set: Correct copy amount in GetAvailableLanguageCodes
Morph
2021-07-30
service: set: Correct 4.0.0 max_entries to 0x40 (64) instead of 17
Morph
2021-07-30
service: ns, set: Add PT_BR (Brazilian Portuguese)
Morph
2021-06-28
general: Make most settings a BasicSetting
lat9nq
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-04-19
general: Write buffers before pushing raw arguments
Morph
2021-04-14
common: Move settings to common from core.
bunnei
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-10-27
service: Update function tables
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-08-03
ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...
David
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2020-06-24
Move GetKeyCodeMapImpl to an anonymous namespace
David Marcec
2020-06-24
Fixed logging output
David Marcec
2020-06-24
Implement GetKeyCodeMap & GetKeyCodeMap2
David Marcec
2020-04-29
Don't fail silently for vi, sm, set and ns services
David Marcec
2020-03-19
set: implement GetRegionCode
Dan
2019-11-12
service: Update function tables
Lioncash
2019-06-28
set: Implement GetQuestFlag
Zach Hilman
2019-05-09
service/set: Correct and simplify behavior related to copying language codes
Lioncash
2019-04-11
service: Update service function tables
Lioncash
2018-11-30
service/set: Convert GetLanguageCode over to using PushEnum()
Lioncash
2018-11-30
service/set: Implement MakeLanguageCode
Lioncash
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
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: Add missing log call in GetAvailableLanguageCodeCount()
Lioncash
2018-07-23
set: Implement GetAvailableLanguageCodeCount()
Lioncash
2018-07-23
set: Correct return code size of value in GetAvailableLanguageCodes()
Lioncash
2018-07-19
hle_ipc: Introduce generic WriteBuffer overload for multiple container types
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-19
Implement GetAvailableLanguageCodes2 (#575)
greggameplayer
2018-04-29
set: Fix GetAvailableLanguageCodes implementation.
bunnei
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
2018-02-13
service: Remove remaining uses of BufferDescriptor*.
bunnei
2018-02-04
set: GetAvailableLanguageCodes should not return lang_codes size.
bunnei
2018-02-04
logger: Add SET service logging category.
bunnei
2018-01-24
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-19
acc, set, applet_oe: stub various functions, add set service (#105)
goaaats