Page 1 of 1

Run a dol and come back to the loader...

Posted: Tue Mar 07, 2023 6:49 pm
by nebiun
Hi,
I found this

Code: Select all

https://github.com/WinterMute/dolloader
as answer to a question about loading and run a dol.
I tried it and works, but: there is a way to reload (or return) to the loader from the executed dol?
And, if yes, how?

I need to run several dol (one at time) and return to loader when the dol complete his work.
Thanks in advance

Re: Run a dol and come back to the loader...

Posted: Sat Mar 25, 2023 8:38 pm
by nebiun
Well, I really need some help with this.
I built a main dol with the menu. This is load via homebrew channel.
After the choice, main dol load a simplyfied version of WM dolloader (I removed the file menu part).This dol simply run another dol (function dol) passed as arg.
When function dol finish his work, reload WM dolloader to rerun main dol.
But I have a very big problem: I loose the wiimote.
I've tried with other dol loader (from USB loader gx, wiiflow lite) with same results.
Where I'm wrong?

Thankyou.