Homebrew Best way to build & test homebrew repeatedly?

Kirby6417

Well-Known Member
Member
Joined
Mar 15, 2009
Messages
157
Reaction score
173
Trophies
1
XP
2,114
Country
United States
I want to create and/or edit several homebrews (e.g. WiiMC, Nintendont, WiiXPlorer) for some very specific uses.

I've never done this before, but I've found tutorials and I can learn how to use makefiles and stuff.

My question is: how do i repeatedly test my work? Turning on the wii takes time, but Dolphin doesn't necessarily handle homebrew the same way a Wii does. How do all the veterans do this? What's the most efficient workflow?
 
  • Like
Reactions: newo
in the make file there is a way to send the dol directly to the wii over the network(wii must be turned on, hbc must be running, sd card must have assets) using the run option which executes wiiload


export WIILOAD := tcp:192.168.0.16

#---------------------------------------------------------------------------------
run:$(BUILD)
wiiload $(TARGET).dol


Once your code is stable enough dolphin is pretty good for testing and very fast in comparison.
 

Site & Scene News

Popular threads in this forum