Restart NDS file
Restart NDS file
Is it possible to restart the NDS file? I can't really explain it better than this. Just restarting the NDS file.
Re: Restart NDS file
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...
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...
Re: Restart NDS file
Too bad... Thanks though!
Re: Restart NDS file
Code: Select all
bool restart = true;
int main()
{
while(restart)
{
restart = mygame();
}
return 0;
}
Re: Restart NDS file
This may may be acceptable but it really doesn't get you to the same state as a restart.
Who is online
Users browsing this forum: No registered users and 2 guests