index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
set
/
set.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
service: set: Correct copy amount in GetAvailableLanguageCodes
Morph
2021-08-01
1
-1
/
+2
*
service: set: Correct 4.0.0 max_entries to 0x40 (64) instead of 17
Morph
2021-07-30
1
-8
/
+8
*
service: ns, set: Add PT_BR (Brazilian Portuguese)
Morph
2021-07-30
1
-2
/
+4
*
general: Make most settings a BasicSetting
lat9nq
2021-06-28
1
-1
/
+1
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-6
/
+6
*
general: Write buffers before pushing raw arguments
Morph
2021-04-19
1
-1
/
+2
*
common: Move settings to common from core.
bunnei
2021-04-15
1
-1
/
+1
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
1
-1
/
+1
*
service: Update function tables
Lioncash
2020-10-28
1
-0
/
+1
*
Revert "core: Fix clang build"
bunnei
2020-10-21
1
-4
/
+2
*
core: Fix clang build
Lioncash
2020-10-18
1
-2
/
+4
*
ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)
David
2020-08-03
1
-1
/
+1
*
configuration: implement per-game configurations (#4098)
lat9nq
2020-07-10
1
-5
/
+5
*
Move GetKeyCodeMapImpl to an anonymous namespace
David Marcec
2020-06-24
1
-19
/
+19
*
Fixed logging output
David Marcec
2020-06-24
1
-1
/
+1
*
Implement GetKeyCodeMap & GetKeyCodeMap2
David Marcec
2020-06-24
1
-2
/
+70
*
Don't fail silently for vi, sm, set and ns services
David Marcec
2020-04-29
1
-0
/
+1
*
set: implement GetRegionCode
Dan
2020-03-19
1
-1
/
+9
*
service: Update function tables
Lioncash
2019-11-12
1
-0
/
+1
*
set: Implement GetQuestFlag
Zach Hilman
2019-06-29
1
-1
/
+9
*
service/set: Correct and simplify behavior related to copying language codes
Lioncash
2019-05-10
1
-34
/
+22
*
service: Update service function tables
Lioncash
2019-04-11
1
-0
/
+4
*
service/set: Convert GetLanguageCode over to using PushEnum()
Lioncash
2018-11-30
1
-1
/
+1
*
service/set: Implement MakeLanguageCode
Lioncash
2018-11-30
1
-1
/
+18
*
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
2018-11-26
1
-16
/
+17
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-5
/
+5
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
1
-0
/
+2
*
set: Fixed GetAvailableLanguageCodes() to follow the max_entries
tech4me
2018-08-26
1
-8
/
+43
*
Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)
David
2018-08-03
1
-1
/
+14
*
set: Add missing log call in GetAvailableLanguageCodeCount()
Lioncash
2018-07-23
1
-0
/
+2
*
set: Implement GetAvailableLanguageCodeCount()
Lioncash
2018-07-23
1
-21
/
+28
*
set: Correct return code size of value in GetAvailableLanguageCodes()
Lioncash
2018-07-23
1
-2
/
+2
*
hle_ipc: Introduce generic WriteBuffer overload for multiple container types
Lioncash
2018-07-19
1
-1
/
+1
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-1
/
+1
*
Implement GetAvailableLanguageCodes2 (#575)
greggameplayer
2018-06-19
1
-4
/
+1
*
set: Fix GetAvailableLanguageCodes implementation.
bunnei
2018-04-29
1
-6
/
+24
*
set: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-1
/
+1
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
1
-4
/
+2
*
Various service name fixes - part 2 (rebased) (#322)
Hexagon12
2018-04-17
1
-0
/
+1
*
Service/Set: add more services
mailwl
2018-03-03
1
-5
/
+8
*
service: Remove remaining uses of BufferDescriptor*.
bunnei
2018-02-14
1
-3
/
+1
*
set: GetAvailableLanguageCodes should not return lang_codes size.
bunnei
2018-02-05
1
-2
/
+3
*
logger: Add SET service logging category.
bunnei
2018-02-05
1
-1
/
+1
*
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-25
1
-1
/
+1
*
acc, set, applet_oe: stub various functions, add set service (#105)
goaaats
2018-01-19
1
-0
/
+42