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