yellows8
|
6c7ad3095c
|
Added setsysGetPctlReadyFlag/setsysSetPctlReadyFlag. Fixed ordering.
|
2019-11-03 16:39:29 -05:00 |
|
yellows8
|
454244602c
|
Added setsysGetTouchScreenMode/setsysSetTouchScreenMode and SetSysTouchScreenMode. Minor adjustment.
|
2019-11-02 16:32:12 -04:00 |
|
yellows8
|
8ee7afca99
|
Added setsysGetMemoryUsageRateFlag.
|
2019-11-02 16:08:08 -04:00 |
|
yellows8
|
e5dd8a741d
|
Added setsysGetHomeMenuScheme and setsysGetHomeMenuSchemeModel. Added SetSysHomeMenuScheme. Minor adjustment.
|
2019-11-02 15:29:38 -04:00 |
|
yellows8
|
e6d687990c
|
Added setsysGetPlatformRegion/setsysSetPlatformRegion and SetSysPlatformRegion.
|
2019-11-01 22:57:29 -04:00 |
|
yellows8
|
051ad2dc60
|
Improved bool handling, clear IPC in-struct padding, and use serviceAssumeDomain prior to serviceClose in non-_{name}Cleanup funcs. Removed PACKED from the _usbHsIfCtrlXferAsync IPC in-struct. Fixed the code setting the IPC in-struct for _nsCmdRequestSendReceiveSystemUpdate, which is used by nssuRequestSendSystemUpdate/nssuControlRequestReceiveSystemUpdate. Minor other changes. Updated a param name for capsscCaptureRawImageWithTimeout.
|
2019-10-25 20:29:43 -04:00 |
|
yellows8
|
a14cd3a70c
|
set: Replaced SetSysFlag/setsysGetFlag/setsysSetFlag with dedicated funcs for each flag, which also handles checking sysver now when needed. Fixed cmd order. Improved docs.
|
2019-10-14 14:31:22 -04:00 |
|
yellows8
|
1c334bafb9
|
set: Updated for new-ipc. Changed the type of the Language param for setMakeLanguage*() from s32 to SetLanguage. Added size_out param to setsysGetSettingsItemValue which was previously missing. Minor param name adjustment for setsysBindFatalDirtyFlagEvent. Improved docs.
|
2019-10-04 14:41:10 -04:00 |
|
yellows8
|
e7209bbcf5
|
Fixed the name of setsysGetServiceSession in the .c, so that it matches the .h.
|
2019-08-28 17:14:40 -04:00 |
|
friedkeenan
|
da4c060278
|
Add a bunch of GetServiceSession functions (#305)
* Add a bunch of GetServiceSession functions
|
2019-07-13 15:09:28 -04:00 |
|
thedax
|
133ffe92fd
|
Implement setsys GetDeviceNickname/SetDeviceNickname (#289)
* Implement setsys(Get/Set)DeviceNickname.
Thanks to @shchmue & @thog for tips on the send/recv buffers!
|
2019-06-04 10:22:51 -04:00 |
|
fincs
|
11b7bece4a
|
Change all services except fatal to use hosversion* instead of kernelAboveXYZ
|
2019-02-18 21:48:49 +01:00 |
|
Michael Scire
|
e943eb6ea5
|
Add fs gamecard attribute retrieve commands
|
2018-11-14 19:52:40 -05:00 |
|
Michael Scire
|
7b7bd9dd9d
|
Add setsys fatal commands
|
2018-11-14 19:52:40 -05:00 |
|
SciresM
|
ac853db5f0
|
set:sys: Add GetFirmwareVersion(2) (#190)
* set:sys: Add GetFirmwareVersion
|
2018-10-24 17:16:35 -04:00 |
|
Joel16
|
eb3c264e88
|
Add setsysSetColorSetId and region codes
|
2018-06-13 19:34:20 -04:00 |
|
Joel
|
3c6344d7f3
|
Add more set:sys Get*/Set* functions (#108)
* Use setsysGetFlag/setsysSetFlag instead of setsysGet*/setsysSet*.
* Added more setsys Flags (now handled via an enum).
|
2018-06-07 16:06:36 -04:00 |
|
Adubbz
|
d3889fb9ed
|
Added a few misc IPC wrappers (#107)
* Added a few misc IPC wrappers
|
2018-06-04 22:05:51 -04:00 |
|
Joel
|
deab92d486
|
Add some setsysGet* functions (#98)
* Add some setsysGet* functions
|
2018-05-22 11:33:45 -04:00 |
|
Joel
|
3605e40dbd
|
Add string.h to remove compile error (#96)
* Add string.h to remove compile error
|
2018-05-19 15:41:15 -04:00 |
|
Joel
|
c28cae95cd
|
Add setGetSerialNumber (#95)
|
2018-05-19 16:50:00 +02:00 |
|
plutoo
|
a102c64341
|
Introduce atomics.c, refcounting on all services
|
2018-03-10 14:33:40 +01:00 |
|
plutoo
|
d12e99e3ad
|
Move ipc.h to kernel/
|
2018-03-10 14:03:29 +01:00 |
|
yellows8
|
f07d09aeb0
|
Added appletGetDesiredLanguage(). In set-serv('set'), added support for all language/region commands, etc.
|
2018-02-26 12:34:01 -05:00 |
|
plutoo
|
60876ef3f3
|
Eyeballin set:sys
|
2018-02-22 08:44:12 +01:00 |
|