<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://switchbrew.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MetroidVania85</id>
	<title>Nintendo Switch Brew - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://switchbrew.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MetroidVania85"/>
	<link rel="alternate" type="text/html" href="https://switchbrew.org/wiki/Special:Contributions/MetroidVania85"/>
	<updated>2026-05-10T10:25:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://switchbrew.org/w/index.php?title=5.0.0&amp;diff=4025</id>
		<title>5.0.0</title>
		<link rel="alternate" type="text/html" href="https://switchbrew.org/w/index.php?title=5.0.0&amp;diff=4025"/>
		<updated>2018-03-13T03:16:54Z</updated>

		<summary type="html">&lt;p&gt;MetroidVania85: Added this page to the &amp;quot;System versions&amp;quot; category; added the Navbox.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Switch 5.0.0 system update was released on March 12, 2018. This Switch update was released for the following regions: ALL.&lt;br /&gt;
&lt;br /&gt;
Security flaws fixed: &amp;lt;fill this in manually later, see the updatedetails page from the ninupdates-report page(s) once available for now&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Change-log==&lt;br /&gt;
[http://en-americas-support.nintendo.com/app/answers/detail/a_id/22525/p/897 Official] ALL change-log:&lt;br /&gt;
* Added the following system functionality&lt;br /&gt;
* Facebook and Twitter friends that also use Nintendo Switch can now be added through Friend Suggestions &lt;br /&gt;
* Friend suggestions are based on the Facebook and Twitter accounts you have linked to your Nintendo Account&lt;br /&gt;
* To view your friend suggestions, from the top left of the HOME Menu head to your User Page  &amp;gt; Friend Suggestions&lt;br /&gt;
* You must be 13 or older to use this feature&lt;br /&gt;
* Select from 24 new ARMS and the Kirby series icons for your user&lt;br /&gt;
* To edit your user icon, head to your My Page on the top left of the Home Menu &amp;gt; Profile&lt;br /&gt;
* Digital software purchases made from a PC or smart device will start downloading sooner than previously, even if the Nintendo Switch console is in Sleep Mode &lt;br /&gt;
* Filter News to view only unread news or news from specific channels&lt;br /&gt;
* To keep the Parental Controls PIN private, the default method for PIN entry has been changed to entering using the Control Stick and buttons instead of the on-screen number pad&lt;br /&gt;
* When prompted to enter you Parental Controls PIN, press and hold the + Button to change between input methods &lt;br /&gt;
* Captured videos in the Album will be restricted by Parental Controls depending on the Restricted Software setting and Software Rating Organization&lt;br /&gt;
* Using the Nintendo Switch Parental Controls app, add specific software titles to your whitelist to exclude them from the console’s Parental Controls Restricted Software setting&lt;br /&gt;
* Play-Time Limit restrictions will still apply even when the software title has been whitelisted.&lt;br /&gt;
* Receive notification when pre-purchased software is ready to play&lt;br /&gt;
* Nintendo Switch Pro Controller grip colors will now display in the Controllers menu&lt;br /&gt;
* General system stability improvements to enhance the user&#039;s experience, including:&lt;br /&gt;
* Resolved an issue that caused Play Activity to display incorrectly in the Profile section of your User Page&lt;br /&gt;
&lt;br /&gt;
==System Titles==&lt;br /&gt;
&amp;lt;fill this in (manually) later&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* 0100000000000824(Mariko Config), 0100000000000825, 0100000000000826 were added.&lt;br /&gt;
** 0100000000000824 provides configuration for the new &amp;quot;T214&amp;quot; SoC.&lt;br /&gt;
** 0100000000000825 contains an empty &amp;quot;/blacklist.dat&amp;quot; file.&lt;br /&gt;
** 0100000000000826 contains a 0x40-byte &amp;quot;/version&amp;quot; file, this is all-zero except for &#039;0&#039; at offset 0x20.&lt;br /&gt;
&lt;br /&gt;
The built codebins now have padding in .text after every function for 0x10-byte alignment.&lt;br /&gt;
&lt;br /&gt;
===FIRM===&lt;br /&gt;
Everything under RomFS was updated.&lt;br /&gt;
&lt;br /&gt;
A new folder &amp;quot;a&amp;quot; was added, in addition to the existing &amp;quot;nx&amp;quot; folder, containing a separate &amp;quot;bct&amp;quot; and &amp;quot;package1&amp;quot;. Both of these seem encrypted/meant for the new &amp;quot;Mariko&amp;quot; hardware that support was added for.&lt;br /&gt;
&lt;br /&gt;
The following firm-sysmodules was added to both safemode-firm, which were originally in separate sysmodule-titles: [[Bus_services|Bus]], [[PCV_services|PCV]], and [[PSC_services|psc]].&lt;br /&gt;
&lt;br /&gt;
All firm-sysmodules were updated (might be due to updated (?) rtld).&lt;br /&gt;
&lt;br /&gt;
====Secure Monitor====&lt;br /&gt;
The [[Memory_layout|Memory layout]] was changed significantly:&lt;br /&gt;
* .text, .rodata, and .data are now separate sections, instead of being mapped RWX.&lt;br /&gt;
* Physical layout in TZRAM changed significantly, with pk2ldr being in low TZRAM instead of high TZRAM.&lt;br /&gt;
&lt;br /&gt;
In addition, there were changes to the SMC interface:&lt;br /&gt;
&lt;br /&gt;
* smcLoadSecureExpModKey no longer exists.&lt;br /&gt;
* smcLoadRsaOaepKey has been replaced with a new SMC (0xC300D60C) that loads two keys into TrustZone.&lt;br /&gt;
* smcGetConfig was extended with two new config items:&lt;br /&gt;
* -GetConfig(16) now does the following, which seems to check whether the Switch is running on a Tegra 210:&lt;br /&gt;
    return (FUSE_RESERVED_ODM4 &amp;amp; 0x800) &amp;amp;&amp;amp;  FUSE_RESERVED_ODM0 == 0x8E61ECAE &amp;amp;&amp;amp;  FUSE_RESERVED_ODM1  == 0xF2BA3BB2 ?  (FUSE_RESERVED_ODM2 &amp;amp; 0x1F) : 0&lt;br /&gt;
* Getconfig(17) now checks whether package2 is plaintext or encrypted.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;fill in the rest later&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Kernel====&lt;br /&gt;
* Kernel Address Space Layout Randomization was added.&lt;br /&gt;
** Instead of using a hardcoded address for per-CPU region, they now use x18 to point to the per-CPU region.&lt;br /&gt;
* 5 new syscalls&lt;br /&gt;
&lt;br /&gt;
===[[Internet Browser]]===&lt;br /&gt;
OSS/WebKit was updated.&lt;br /&gt;
&lt;br /&gt;
In the [[NPDM]], besides the RSA region the only changes were the kernel-release-version descriptor + {new ACID flag is set}.&lt;br /&gt;
&lt;br /&gt;
===[[qlaunch]]===&lt;br /&gt;
RomFS changes:&lt;br /&gt;
* &amp;quot;/common/shader/VarietyOceanShader_Nx.arc.szs&amp;quot; updated&lt;br /&gt;
* &amp;quot;/lyt/common.szs&amp;quot; updated&lt;br /&gt;
* &amp;quot;/lyt/DummyGameA.szs&amp;quot; and &amp;quot;/lyt/DummyGame.szs&amp;quot; were removed.&lt;br /&gt;
* &amp;quot;/lyt/Entrance.szs&amp;quot; updated&lt;br /&gt;
* &amp;quot;/lyt/Eula.szs&amp;quot; added&lt;br /&gt;
* &amp;quot;/lyt/Flaunch.szs&amp;quot; updated&lt;br /&gt;
* &amp;quot;/lyt/Gift.szs&amp;quot; updated&lt;br /&gt;
* &amp;quot;/lyt/Interrupt.szs&amp;quot; updated&lt;br /&gt;
* &amp;quot;/lyt/Migration.szs&amp;quot; updated&lt;br /&gt;
* &amp;quot;/lyt/Notification.szs&amp;quot; updated&lt;br /&gt;
* &amp;quot;/lyt/Option.szs&amp;quot;&lt;br /&gt;
* &amp;quot;/lyt/ResidentMenu.szs&amp;quot;&lt;br /&gt;
* &amp;quot;/lyt/Set.szs&amp;quot;&lt;br /&gt;
* &amp;quot;/message/&amp;quot; Everything under here was updated.&lt;br /&gt;
* &amp;quot;/message/Ocean.msbp.szs&amp;quot; added&lt;br /&gt;
* &amp;quot;/sound/qlaunch_action.bksnd&amp;quot; and &amp;quot;/sound/qlaunch.bfsar&amp;quot; were updated.&lt;br /&gt;
* &amp;quot;/texture&amp;quot; Directory was added, which contains images for Nintendo Switch Parental Controls:&lt;br /&gt;
** &amp;quot;IcoPctl.bntx&amp;quot;&lt;br /&gt;
** &amp;quot;LogoMoon{region/language-text}.bntx&amp;quot;, for every region/language.&lt;br /&gt;
&lt;br /&gt;
==[[NPDM]]==&lt;br /&gt;
New flags bit2/bit3 were added to the flags at ACID+0xC.&lt;br /&gt;
&lt;br /&gt;
==Keys==&lt;br /&gt;
[[Flash_Filesystem|Keyblob]] 5 is now used, instead of 4. New NCA keydata is now used as well.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
System update report(s):&lt;br /&gt;
* [https://yls8.mtheall.com/ninupdates/reports.php?date=03-12-18_08-05-11&amp;amp;sys=hac]&lt;br /&gt;
&lt;br /&gt;
{{NavboxVersions}}&lt;br /&gt;
&lt;br /&gt;
[[Category:System versions]]&lt;/div&gt;</summary>
		<author><name>MetroidVania85</name></author>
	</entry>
	<entry>
		<id>https://switchbrew.org/w/index.php?title=Template:NavboxVersions&amp;diff=4024</id>
		<title>Template:NavboxVersions</title>
		<link rel="alternate" type="text/html" href="https://switchbrew.org/w/index.php?title=Template:NavboxVersions&amp;diff=4024"/>
		<updated>2018-03-13T03:15:02Z</updated>

		<summary type="html">&lt;p&gt;MetroidVania85: Added 5.0.0 update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Nintendo Switch [[System Versions]]&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[1.0.0]] • [[2.0.0]] • [[2.1.0]] • [[2.2.0]] • [[2.3.0]] • [[3.0.0]] • [[3.0.1]] • [[3.0.2]] • [[4.0.0]] • [[4.0.1]] • [[4.1.0]] • [[5.0.0]] &lt;br /&gt;
|-|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&amp;lt;includeonly&amp;gt;[[Category:System versions]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>MetroidVania85</name></author>
	</entry>
	<entry>
		<id>https://switchbrew.org/w/index.php?title=System_Versions&amp;diff=4023</id>
		<title>System Versions</title>
		<link rel="alternate" type="text/html" href="https://switchbrew.org/w/index.php?title=System_Versions&amp;diff=4023"/>
		<updated>2018-03-13T03:09:44Z</updated>

		<summary type="html">&lt;p&gt;MetroidVania85: Added 5.0.0 update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! System version &lt;br /&gt;
! Release date&lt;br /&gt;
! Package1 build date&lt;br /&gt;
|-&lt;br /&gt;
| [[1.0.0]]&lt;br /&gt;
| Before console release&lt;br /&gt;
| 2016-11-21 18:30:08&lt;br /&gt;
|-&lt;br /&gt;
| [[2.0.0]]&lt;br /&gt;
| March 2, 2017&lt;br /&gt;
| 2017-02-10 15:51:24&lt;br /&gt;
|-&lt;br /&gt;
| [[2.1.0]]&lt;br /&gt;
| March 27, 2017&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[2.2.0]]&lt;br /&gt;
| April 17, 2017&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[2.3.0]]&lt;br /&gt;
| May 15, 2017&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[3.0.0]]&lt;br /&gt;
| June 19, 2017&lt;br /&gt;
| 2017-05-19 10:14:10&lt;br /&gt;
|-&lt;br /&gt;
| [[3.0.1]]&lt;br /&gt;
| July 31, 2017&lt;br /&gt;
| 2017-07-10 16:17:58&lt;br /&gt;
|-&lt;br /&gt;
| [[3.0.2]]&lt;br /&gt;
| September 5, 2017&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[4.0.0]]&lt;br /&gt;
| October 18, 2017&lt;br /&gt;
| 2017-09-21 17:26:29&lt;br /&gt;
|-&lt;br /&gt;
| [[4.0.1]]&lt;br /&gt;
| October 25, 2017&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[4.1.0]]&lt;br /&gt;
| December 4, 2017&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[5.0.0]]&lt;br /&gt;
| March 12, 2018&lt;br /&gt;
|  &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>MetroidVania85</name></author>
	</entry>
</feed>