Restart NDS file

Post Reply
JanMulder
Posts: 15
Joined: Wed Jan 26, 2011 2:52 pm

Restart NDS file

Post by JanMulder » Thu Mar 24, 2011 11:06 pm

Is it possible to restart the NDS file? I can't really explain it better than this. Just restarting the NDS file.

elhobbs
Posts: 358
Joined: Thu Jul 02, 2009 1:19 pm

Re: Restart NDS file

Post by elhobbs » Fri Mar 25, 2011 12:44 am

Exiting and restarting is your best bet.

If you are using a loader with argv support then it is technically possible but it would not be trivial. This is probably one of those situations where if you need to ask...

JanMulder
Posts: 15
Joined: Wed Jan 26, 2011 2:52 pm

Re: Restart NDS file

Post by JanMulder » Fri Mar 25, 2011 9:33 pm

Too bad... Thanks though!

User avatar
vuurrobin
Posts: 219
Joined: Fri Jul 11, 2008 8:49 pm
Location: The Netherlands
Contact:

Re: Restart NDS file

Post by vuurrobin » Fri Mar 25, 2011 9:47 pm

Code: Select all

bool restart = true;

int main()
{
	while(restart)
	{
		restart = mygame();
	}
	return 0;
}

elhobbs
Posts: 358
Joined: Thu Jul 02, 2009 1:19 pm

Re: Restart NDS file

Post by elhobbs » Fri Mar 25, 2011 11:59 pm

This may may be acceptable but it really doesn't get you to the same state as a restart.

Post Reply

Who is online

Users browsing this forum: No registered users and 78 guests