<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Calling functions after switching to System Menu?</title>
<description> I was wondering what would happen if you did this:


SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0); //Go to the system menu
printf(&quot;What will this do???&quot;); //This is called after the program calls the system menu

So since the code prints something after it exits to the system menu, would the code crash? I&amp;#039;m too afraid to try it myself in case it bricks my wii.</description><link>http://forum.wiibrew.org/read.php?14,61395,61395#msg-61395</link><lastBuildDate>Sun, 10 May 2026 19:00:36 +0200</lastBuildDate>
<generator>Phorum 5.2.23</generator>
<item>
<guid>http://forum.wiibrew.org/read.php?14,61395,61514#msg-61514</guid>
<title>Re: Calling functions after switching to System Menu?</title><link>http://forum.wiibrew.org/read.php?14,61395,61514#msg-61514</link><description><![CDATA[ I think you need to understand what SYS_ResetSystem(SYS_ReturnToMenu, 0, 0) actually does:<br /><br />1) After the function is called the program exits, so whatever you do past that won&#039;t do anything.<br /><br />2) It is about 100 to 1 of a chance that it would brick your wii, if it did get executed (which it won&#039;t) the most likely thing that will happen is a crash.]]></description>
<dc:creator>LaserFlash</dc:creator>
<category>Offtopic</category><pubDate>Tue, 02 Nov 2010 21:10:18 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,61395,61434#msg-61434</guid>
<title>Re: Calling functions after switching to System Menu?</title><link>http://forum.wiibrew.org/read.php?14,61395,61434#msg-61434</link><description><![CDATA[ SYS_ResetSystem never returns. So your printf is never executed.]]></description>
<dc:creator>Daid</dc:creator>
<category>Offtopic</category><pubDate>Mon, 01 Nov 2010 14:24:12 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,61395,61395#msg-61395</guid>
<title>Calling functions after switching to System Menu?</title><link>http://forum.wiibrew.org/read.php?14,61395,61395#msg-61395</link><description><![CDATA[ I was wondering what would happen if you did this:<br /><br /><pre class="bbcode">
SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0); //Go to the system menu
printf("What will this do???"); //This is called after the program calls the system menu</pre><br />So since the code prints something after it exits to the system menu, would the code crash? I&#039;m too afraid to try it myself in case it bricks my wii.]]></description>
<dc:creator>ShadowSpectrum</dc:creator>
<category>Offtopic</category><pubDate>Sun, 31 Oct 2010 12:10:18 +0100</pubDate></item>
</channel>
</rss>