

56killer said:So if i install rev10 all the modified USB Loaders will no longer work. My question unless you wanna load from SD whats really different between 1.2 and WiiShizzza's version besides the fact Shizzza's can run on rev9WiiShizzza said:okay... now I got problems with compiling...
what to do with following??
Code:make[1]: *** No rule to make target `background.png.o', needed by `/c/down/USB-Loader_v1.1_src/Wanin1x2/Wanin1x2.elf'.ÂÂStop.
I think you have to delete whats inside the folder build and run make again.
I did this. seems I'm missing a rule, or what ?
QUOTE(EnigmaXtreme @ Apr 12 2009, 02:22 AM)

MightyMouse said:Shizza's and even mine which i aint released cos am still playing with it both work fine on rev10
most loads should.

MightyMouse said:ok i think am gettin compile issues aswell here lol has wanin been messin with the makefile this time just to make it abit harder this time
and the point of updating is a new cios is always a good thing regardless.
edit - shizza, yours looks like its looking to the data folder for the background and either cant find it, or its contradicting something else i think. what have you changed dude?
I don't seem to be having any problems compiling... probably stupid but did you remove this in the make file
CODEDEVKITPROÂÂÂÂ=ÂÂÂÂ/opt/devkitPPC
DEVKITPPCÂÂÂÂ=ÂÂÂÂ/opt/devkitPPC
/* Constants */
#define CONSOLE_XCOORDÂÂÂÂÂÂÂÂ40
#define CONSOLE_YCOORDÂÂÂÂÂÂÂÂ71
#define CONSOLE_WIDTHÂÂÂÂÂÂÂÂ340
#define CONSOLE_HEIGHTÂÂÂÂÂÂÂÂ290
#define COVER_XCOORDÂÂÂÂÂÂÂÂ446
#define COVER_YCOORDÂÂÂÂÂÂÂÂ109

WiiShizzza said:just moved the cover and the console around....
//EDIT:
Yes, I removed it...
Could it be I can't compile because I moved the console and the cover position?


WiiShizzza said:just moved the cover and the console around in gui.c
Code:/* Constants */ #define CONSOLE_XCOORDÂÂÂÂÂÂÂÂ40 #define CONSOLE_YCOORDÂÂÂÂÂÂÂÂ71 #define CONSOLE_WIDTHÂÂÂÂÂÂÂÂ340 #define CONSOLE_HEIGHTÂÂÂÂÂÂÂÂ290 #define COVER_XCOORDÂÂÂÂÂÂÂÂ446 #define COVER_YCOORDÂÂÂÂÂÂÂÂ109
//EDIT:
Yes, I removed it...
Could it be I can't compile because I moved the console and the cover position?