21138b6a86
Merge pull request #12780 from german77/touch_resource5
...
service: hid: Fully implement touch resource
2024-02-01 11:33:44 -05:00
9ed82a280e
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.
2024-01-31 01:41:59 +00:00
6c8df6af44
fix build for gcc 11
2024-01-29 14:00:56 +08:00
575183d6dc
service: hid: Fully implement touch resource
2024-01-28 18:27:25 -06:00
820f1c8a16
Merge pull request #12823 from german77/set-audio
...
service: set: Implement more Qlaunch Settings
2024-01-28 11:57:47 -05:00
b163757e1f
Merge pull request #12802 from german77/mii_interface
...
service: mii: Migrate service to new interface
2024-01-28 11:57:40 -05:00
b75401a2cb
service: set: Increase settings version
2024-01-28 09:32:54 -06:00
12e7ee2357
service: set: Implement more Qlaunch Settings
2024-01-28 09:32:46 -06:00
c5e88c654e
service: mii: Migrate service to new interface
2024-01-26 10:43:34 -06:00
4d206d849e
Merge pull request #12765 from german77/sys-hid
...
service: set: Implement more settings functions for Qlaunch
2024-01-26 09:55:47 -05:00
53b321c945
service: set: Implement more settings functions for Qlaunch
2024-01-25 17:14:18 -06:00
c60ab6bbf6
fs/errors: Unify naming of result codes
2024-01-25 16:42:06 -05:00
d45561ace0
Merge pull request #12499 from Kelebek1/time
...
Rework time services
2024-01-25 14:19:01 -05:00
e4915fb7d2
Rework time service to fix time passing offline.
2024-01-24 04:26:55 +00:00
fc5d76e6e2
service: properly convert buffers to strings
2024-01-23 10:24:05 -06:00
a7620a29be
service: set: Don't allow invalid mii author id
2024-01-21 12:18:18 -06:00
7f5adf8982
service: set: Implement stubbed functions
2024-01-15 23:17:03 -06:00
89d6856090
service: set: Refractor setting service
2024-01-15 23:16:36 -06:00
f124461674
Fix typos in src/core ( #12625 )
...
* Fix typos in src/core
* Fix typo correction
* Fix indentation of MemoryStateNames
* Fix indent
2024-01-08 13:31:48 -06:00
8e27a485d8
service: set: Rename files
2024-01-06 23:16:03 -06:00
37b0870ee3
service: set: Use official names
2024-01-06 17:37:36 -06:00
31bf57a310
general: properly support multiple memory instances
2023-12-22 21:52:49 -05:00
67660972c9
set: add cstddef for offsetof macro
2023-12-16 12:57:37 -05:00
4144c517a5
Make system settings persistent across boots
2023-12-16 06:01:54 +00:00
fd29227bc4
set: don't load version nca with null romfs
2023-11-27 15:20:18 -05:00
2d4e7c8264
yuzu: Display firmware version
2023-11-24 12:58:07 -06:00
cb004d1ba1
Implemented qlaunch version of the controller applet
2023-11-19 18:38:58 +01:00
12ebc8d9d1
set: return version info from system archive
2023-10-20 13:29:52 -04:00
7707768f80
service: set: Add more system settings and address comments
2023-08-04 17:20:40 -06:00
4bd4a95d84
service: set: Implement system settings for Qlaunch
2023-08-02 22:33:42 -06:00
8e15146026
configure_system: Implement with for loop
2023-07-21 10:56:07 -04:00
1d0fe75e7c
hle: rename legacy errors to Results
2023-03-06 20:58:42 -05:00
65be230fdd
service: move hle_ipc from kernel
2023-03-01 10:39:49 -05:00
a936972614
service: refactor server architecture
...
Converts services to have their own processes
2023-02-21 12:19:25 -05:00
c5f519e1e4
Set: Allow setting device nickname
2022-12-13 19:54:17 -05:00
97f273e94e
service: Make use of buffer element count helpers
2022-11-23 13:43:20 -05:00
6bcd676b61
general: preliminary support for hbl
2022-10-11 18:15:30 -04:00
a7d9be1384
core: Replace all instances of ResultCode with Result
2022-06-26 20:21:37 -05:00
99ceb03a1c
general: Convert source file copyright comments over to SPDX
...
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-04-23 05:55:32 -04:00
43039d95ac
service/set: Update function tables
2022-01-21 16:26:12 -05:00
7bb2dd75cd
service: Reduce header include overhead
2021-10-07 13:32:21 -04:00
3b4d427993
service: set: Correct copy amount in GetAvailableLanguageCodes
2021-08-01 11:59:52 -04:00
6ca8ed9e58
service: set: Correct 4.0.0 max_entries to 0x40 (64) instead of 17
2021-07-30 02:15:53 -04:00
21ff0a3d6e
service: ns, set: Add PT_BR (Brazilian Portuguese)
2021-07-30 02:15:53 -04:00
b91b76df4f
general: Make most settings a BasicSetting
...
Creates a new BasicSettings class in common/settings, and forces setting
a default and label for each setting that uses it in common/settings.
Moves defaults and labels from both frontends into common settings.
Creates a helper function in each frontend to facillitate reading the
settings now with the new default and label properties.
Settings::Setting is also now a subclass of Settings::BasicSetting. Also
adds documentation for both Setting and BasicSetting.
2021-06-28 17:32:17 -04:00
12c1766997
general: Replace RESULT_SUCCESS with ResultSuccess
...
Transition to PascalCase for result names.
2021-06-02 00:39:27 -04:00
0297448fbc
hle: kernel: Migrate KClientPort to KAutoObject.
2021-05-05 16:40:52 -07:00
27eeb20001
general: Write buffers before pushing raw arguments
...
For consistency with the rest of the service implementations
2021-04-19 12:45:50 -04:00
a4c6712a4b
common: Move settings to common from core.
...
- Removes a dependency on core and input_common from common.
2021-04-14 16:24:03 -07:00
7133bfdd2c
set_sys: Update to 12.x
2021-04-08 19:40:25 -06:00