| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #12780 from german77/touch_resource5 | liamwhite | 2024-02-01 | 3 | -4/+41 |
|\ |
|
| * | service: hid: Fully implement touch resource | Narr the Reg | 2024-01-29 | 3 | -4/+41 |
* | | Remove a few hacks for clock setups, which seem to no longer be needed, but fix network clock to local clock on every boot. Also fix some logging strings. | Kelebek1 | 2024-01-31 | 1 | -1/+1 |
* | | fix build for gcc 11 | amazingfate | 2024-01-29 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #12823 from german77/set-audio | liamwhite | 2024-01-28 | 5 | -41/+264 |
|\ |
|
| * | service: set: Increase settings version | german77 | 2024-01-28 | 1 | -2/+2 |
| * | service: set: Implement more Qlaunch Settings | german77 | 2024-01-28 | 5 | -39/+262 |
* | | Merge pull request #12802 from german77/mii_interface | liamwhite | 2024-01-28 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | service: mii: Migrate service to new interface | Narr the Reg | 2024-01-26 | 1 | -0/+3 |
* | | Merge pull request #12765 from german77/sys-hid | liamwhite | 2024-01-26 | 4 | -60/+161 |
|\ \ |
|
| * | | service: set: Implement more settings functions for Qlaunch | Narr the Reg | 2024-01-26 | 4 | -60/+161 |
| |/ |
|
* / | fs/errors: Unify naming of result codes | FearlessTobi | 2024-01-25 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #12499 from Kelebek1/time | liamwhite | 2024-01-25 | 7 | -57/+129 |
|\ |
|
| * | Rework time service to fix time passing offline. | Kelebek1 | 2024-01-24 | 7 | -57/+129 |
* | | service: properly convert buffers to strings | Narr the Reg | 2024-01-23 | 1 | -4/+4 |
* | | service: set: Don't allow invalid mii author id | german77 | 2024-01-21 | 1 | -0/+5 |
|/ |
|
* | service: set: Implement stubbed functions | Narr the Reg | 2024-01-16 | 5 | -48/+199 |
* | service: set: Refractor setting service | Narr the Reg | 2024-01-16 | 13 | -580/+610 |
* | Fix typos in src/core (#12625) | Viktor Szépe | 2024-01-08 | 3 | -8/+8 |
* | service: set: Rename files | german77 | 2024-01-07 | 9 | -9/+9 |
* | service: set: Use official names | german77 | 2024-01-07 | 9 | -359/+373 |
* | general: properly support multiple memory instances | Liam | 2023-12-23 | 2 | -1/+12 |
* | set: add cstddef for offsetof macro | Liam | 2023-12-16 | 2 | -0/+2 |
* | Make system settings persistent across boots | Kelebek1 | 2023-12-16 | 11 | -406/+1603 |
* | set: don't load version nca with null romfs | Liam | 2023-11-27 | 1 | -1/+3 |
* | yuzu: Display firmware version | Narr the Reg | 2023-11-24 | 2 | -31/+59 |
* | Implemented qlaunch version of the controller applet | FrozenAra | 2023-11-19 | 2 | -4/+38 |
* | set: return version info from system archive | Liam | 2023-10-20 | 1 | -19/+30 |
* | service: set: Add more system settings and address comments | Narr the Reg | 2023-08-05 | 2 | -7/+100 |
* | service: set: Implement system settings for Qlaunch | Narr the Reg | 2023-08-03 | 4 | -90/+625 |
* | configure_system: Implement with for loop | lat9nq | 2023-07-21 | 1 | -4/+6 |
* | hle: rename legacy errors to Results | Liam | 2023-03-07 | 1 | -2/+2 |
* | service: move hle_ipc from kernel | Liam | 2023-03-01 | 4 | -42/+42 |
* | service: refactor server architecture | Liam | 2023-02-21 | 2 | -12/+10 |
* | Set: Allow setting device nickname | Chloe Marcec | 2022-12-14 | 4 | -2/+19 |
* | service: Make use of buffer element count helpers | Lioncash | 2022-11-23 | 1 | -1/+1 |
* | general: preliminary support for hbl | Liam | 2022-10-12 | 2 | -2/+79 |
* | core: Replace all instances of ResultCode with Result | german77 | 2022-06-27 | 2 | -2/+2 |
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 10 | -30/+20 |
* | service/set: Update function tables | Lioncash | 2022-01-21 | 1 | -0/+2 |
* | service: Reduce header include overhead | Morph | 2021-10-07 | 1 | -1/+0 |
* | 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 | 2 | -2/+5 |
* | general: Make most settings a BasicSetting | lat9nq | 2021-06-28 | 1 | -1/+1 |
* | general: Replace RESULT_SUCCESS with ResultSuccess | Morph | 2021-06-02 | 2 | -9/+9 |
* | hle: kernel: Migrate KClientPort to KAutoObject. | bunnei | 2021-05-06 | 1 | -1/+1 |
* | 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 |
* | set_sys: Update to 12.x | german77 | 2021-04-09 | 1 | -0/+6 |
* | core: Remove unnecessary enum casts in log calls | Lioncash | 2020-12-08 | 1 | -2/+2 |
* | service: Eliminate usages of the global system instance | Lioncash | 2020-11-27 | 10 | -15/+38 |
* | service: Update function tables | Lioncash | 2020-10-28 | 2 | -0/+3 |
* | 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 | 2 | -2/+72 |
* | Don't fail silently for vi, sm, set and ns services | David Marcec | 2020-04-29 | 1 | -0/+1 |
* | service: Update function tables | Lioncash | 2020-04-20 | 2 | -0/+14 |
* | set: implement GetRegionCode | Dan | 2020-03-19 | 2 | -1/+10 |
* | service: Update function tables | Lioncash | 2019-11-12 | 4 | -0/+27 |
* | set: Implement GetQuestFlag | Zach Hilman | 2019-06-29 | 2 | -1/+10 |
* | 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 | 3 | -1/+32 |
* | core: Add missing override specifiers where applicable | Lioncash | 2019-04-04 | 1 | -1/+1 |
* | set_sys: Move constants to anonymous namespace | Zach Hilman | 2019-03-11 | 1 | -1/+1 |
* | set_sys: Use official nintendo version string | Zach Hilman | 2019-03-11 | 1 | -11/+7 |
* | set_sys: Use correct error codes in GetFirmwareVersion* | Zach Hilman | 2019-03-11 | 1 | -21/+41 |
* | set_sys: Implement GetFirmwareVersion(2) for libnx hosversion | Zach Hilman | 2019-03-10 | 2 | -2/+63 |
* | service/set: Convert GetLanguageCode over to using PushEnum() | Lioncash | 2018-11-30 | 1 | -1/+1 |
* | service/set: Implement MakeLanguageCode | Lioncash | 2018-11-30 | 2 | -1/+19 |
* | Changed logging to be "Log before execution", Added more error logging, all services should now log on some level | David Marcec | 2018-11-26 | 2 | -20/+21 |
* | set_cal: Update service function table | Lioncash | 2018-10-19 | 1 | -1/+2 |
* | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 2 | -6/+6 |
* | hle/service: Default constructors and destructors in the cpp file where applicable | Lioncash | 2018-09-11 | 6 | -3/+9 |
* | set: Fixed GetAvailableLanguageCodes() to follow the max_entries | tech4me | 2018-08-26 | 2 | -8/+45 |
* | 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 | 2 | -1/+16 |
* | set_sys: Implement SetColorSetId() | Lioncash | 2018-07-24 | 2 | -5/+25 |
* | set: Add missing log call in GetAvailableLanguageCodeCount() | Lioncash | 2018-07-23 | 1 | -0/+2 |
* | set: Implement GetAvailableLanguageCodeCount() | Lioncash | 2018-07-23 | 2 | -21/+29 |
* | 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 | 2 | -2/+2 |
* | Implement GetAvailableLanguageCodes2 (#575) | greggameplayer | 2018-06-19 | 1 | -4/+1 |
* | set: Fix GetAvailableLanguageCodes implementation. | bunnei | 2018-04-29 | 2 | -6/+45 |
* | set: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 2 | -2/+2 |
* | service: Use nested namespace specifiers where applicable | Lioncash | 2018-04-20 | 10 | -40/+20 |
* | Various service name fixes - part 2 (rebased) (#322) | Hexagon12 | 2018-04-17 | 3 | -0/+20 |
* | Service/Set: add more services | mailwl | 2018-03-03 | 10 | -9/+339 |
* | 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 | 2 | -0/+67 |