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
Age
Commit message (
Expand
)
Author
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-01-21
service/set: Update function tables
Lioncash
2021-10-07
service: Reduce header include overhead
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-05-05
hle: kernel: Migrate KClientPort to KAutoObject.
bunnei
2021-04-19
general: Write buffers before pushing raw arguments
Morph
2021-04-14
common: Move settings to common from core.
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-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-04-20
service: Update function tables
Lioncash
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
2019-04-04
core: Add missing override specifiers where applicable
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-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-10-19
set_cal: Update service function table
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-24
set_sys: Implement SetColorSetId()
Lioncash
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
[next]