Settings services: Difference between revisions
No edit summary |
|||
Line 225: | Line 225: | ||
| 22 || SetEulaVersions | | 22 || SetEulaVersions | ||
|- | |- | ||
| 23 || GetColorSetId | | 23 || [[#GetColorSetId]] | ||
|- | |- | ||
| 24 || SetColorSetId | | 24 || [[#SetColorSetId]] | ||
|- | |- | ||
| 25 || GetConsoleInformationUploadFlag | | 25 || GetConsoleInformationUploadFlag | ||
Line 466: | Line 466: | ||
Then the above 0x100-byte data is copied to the output buffer. | Then the above 0x100-byte data is copied to the output buffer. | ||
== GetColorSetId == | |||
No input, returns an output s32. | |||
This is the current Theme set by System Settings. | |||
* 0: "Basic White" | |||
* 1: "Basic Black" | |||
== SetColorSetId == | |||
Takes an input s32, no output. | |||
== GetSettingsItemValue == | == GetSettingsItemValue == |