Difference between revisions of "6.0.1"

From Nintendo Switch Brew
Jump to navigation Jump to search
(Created page with "The Switch 6.0.1 system update was released on October 8, 2018. This Switch update was released for the following regions: ALL. Security flaws fixed: <fill this in manually l...")
 
(3 intermediate revisions by one other user not shown)
Line 10: Line 10:
  
 
==System Titles==
 
==System Titles==
<fill this in (manually) later>
+
Besides [[System Version Title]], the following titles were updated:
 +
 
 +
* [[HID_services|hid-sysmodule]]
 +
* [[Audio_services|audio-sysmodule]]
 +
* [[qlaunch]]
 +
 
 +
Nothing changed in the content of the updated titles' RomFS besides [[System Version Title]]. Nothing changed sysmodule-side with IPC. No actual changes in [[NPDM]]s.
 +
 
 +
=== [[Audio_services|audio-sysmodule]] ===
 +
There was exactly 1 code change: in L_1bf50 (nn::audio::server::InfoUpdater::UpdateMixes), code was added for setting a certain variable to 0x1, located immediately before the following already existing code: <code>if(someval)aforementioned_variable |= somefunc(...);</code>
 +
 
 +
This appears to be a simple bugfix to correct changes introduced in 6.0.0 to the value of IsSplitterSupported.
  
 
==See Also==
 
==See Also==
 
System update report(s):
 
System update report(s):
 
* [https://yls8.mtheall.com/ninupdates/reports.php?date=10-08-18_08-05-09&sys=hac]
 
* [https://yls8.mtheall.com/ninupdates/reports.php?date=10-08-18_08-05-09&sys=hac]

Revision as of 16:32, 9 October 2018

The Switch 6.0.1 system update was released on October 8, 2018. This Switch update was released for the following regions: ALL.

Security flaws fixed: <fill this in manually later, see the updatedetails page from the ninupdates-report page(s) once available for now>.

Change-log

Official ALL change-log:

  • General system stability improvements to enhance the user's experience, including:
  • Resolved an issue where internet connection test does not display correct results for download and upload speed
  • Resolved an issue where some licensed controllers' motion controls such as tilt function respond incorrectly

System Titles

Besides System Version Title, the following titles were updated:

Nothing changed in the content of the updated titles' RomFS besides System Version Title. Nothing changed sysmodule-side with IPC. No actual changes in NPDMs.

audio-sysmodule

There was exactly 1 code change: in L_1bf50 (nn::audio::server::InfoUpdater::UpdateMixes), code was added for setting a certain variable to 0x1, located immediately before the following already existing code: if(someval)aforementioned_variable |= somefunc(...);

This appears to be a simple bugfix to correct changes introduced in 6.0.0 to the value of IsSplitterSupported.

See Also

System update report(s):