10.1.0: Difference between revisions
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The Switch 10.1.0 system update was released on July 14, 2020 (UTC). This Switch update was released for the following regions: ALL. | The Switch 10.1.0 system update was released on July 14, 2020 (UTC). This Switch update was released for the following regions: ALL. | ||
Security flaws fixed: | Security flaws fixed: yes. | ||
==Change-log== | ==Change-log== | ||
Line 15: | Line 15: | ||
The only sysmodules with IPC changes were: [[Settings_services|settings]], [[Applet_Manager_services|am]], [[NIM_services|nim]], [[OLSC_services|olsc]]. | The only sysmodules with IPC changes were: [[Settings_services|settings]], [[Applet_Manager_services|am]], [[NIM_services|nim]], [[OLSC_services|olsc]]. | ||
The sysmodules are built with the updated SDK, even though the sdkver wasn't changed. | |||
RomFs changes (besides SystemVersion/RebootlessSystemUpdateVersion): | RomFs changes (besides SystemVersion/RebootlessSystemUpdateVersion): | ||
Line 28: | Line 30: | ||
* [[Software_Keyboard|swkbd]]: "/message/Ocean.msbp.szs" was updated. | * [[Software_Keyboard|swkbd]]: "/message/Ocean.msbp.szs" was updated. | ||
* [[MyPage_Applet|myPage]]: "/lyt/MyPage.szs", "/lyt/Set.szs", "/message/{language}/myPage.msbt.szs", "/message/{language}/setting.msbt.szs", "/message/Ocean.msbp.szs", "/sound/myPage_action.bksnd" were updated. | * [[MyPage_Applet|myPage]]: "/lyt/MyPage.szs", "/lyt/Set.szs", "/message/{language}/myPage.msbt.szs", "/message/{language}/setting.msbt.szs", "/message/Ocean.msbp.szs", "/sound/myPage_action.bksnd" were updated. | ||
=== [[HID_services|hid]]-sysmodule === | |||
All hidsys ButtonConfig cmds which use an input s32 were updated, the s32 is now [[Switch_System_Flaws#System_Modules|validated]]. | |||
Various other funcs were also updated. | |||
=== [[BTM_services|btm]]-sysmodule === | |||
Two funcs changed: | |||
* First func: This will no longer Abort when [[Bluetooth_Driver_services#StopInquiry|StopInquiry]] fails, the Result is now ignored. Added a call to the below func with arg=8 which is used in some cases, Aborting on fail. | |||
* Second func: Two func calls were removed. A func call was added, for setting a bool flag to false with mutex-locking. | |||
=== [[Migration_services|migration]]-sysmodule === | |||
Various [[OLSC_services|olsc]] service cmd usage was updated, for using different cmds instead of the previously used cmds, and a new func call which uses an additional cmd was added. | |||
==See Also== | ==See Also== |