Actions
Emulator Issues #246
closedWii homebrew - smoother "Reload"
% Done:
0%
Operating system:
N/A
Issue type:
Task
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
Wii homebrew channel puts a function that returns to loader at 0x90000020.
We should add a hack to stop and unload the currently running program if it
jumps here.
Updated by Anonymous almost 16 years ago
can we do some HLE magic with this? I'm thinking to just catch it and cause Core to
stop, or is that not what you meant?
Updated by Anonymous over 15 years ago
hm now i'm thinking it would be cooler to create our own "dolphinOS" stub at
0x90000020 - maybe a fun side project ;)
Updated by inv29a over 14 years ago
This is about exiting from homebrew. So it's kinda related to issue 312, about
exiting and resetting games
http://code.google.com/p/dolphin-emu/issues/detail?id=312
It would be cool if the emulation would just stop at these points (unless there's a
nand dump in place I guess)
Updated by lpfaint99 almost 14 years ago
this was fixed by a (somewhat) recent commit i believe
Actions