FenrirWolf said:Use DEVKITARM r24 instead of the latest one. Google around and you'll find it easily enough.
bewitched said:In SNEEK
When playing a game from disc with NeoGamma or playing a game from usb-drive with USB-loader i return to the Wii system menu instead of SNEEK?
How did crediar get it to work? And what should be uncommented to get it working?cwstjdenobs said:It's in the code but doesn't work right yet so it's commented out. On my setup you can access the menu but not exit it.
gameking66 said:How did crediar get it to work?
Well if I knew that it would work for me wouldn't it![]()
LoadFont( "/font.bin" );QUOTE said:And what should be uncommented to get it working?
These lines from es/main.c line 1916
CODE
u8 *stk = malloca( 0x100, 32 );
u32 id = thread_create( FBnuke, 0x20, stk, 0x100, 0, 1 );
thread_continue( id );
What exactly is done to bring up the menu?cwstjdenobs said:gameking66 said:How did crediar get it to work?
Well if I knew that it would work for me wouldn't it![]()
LoadFont( "/font.bin" );QUOTE said:And what should be uncommented to get it working?
These lines from es/main.c line 1916
CODE
u8 *stk = malloca( 0x100, 32 );
u32 id = thread_create( FBnuke, 0x20, stk, 0x100, 0, 1 );
thread_continue( id );
you'll also need this on the root of the SD http://www.mediafire.com/file/ry23tiytmtm/font.bin . The colours are wrong.
I see no di.bin or boot2.bin anywhere.cwstjdenobs said:Press start on a GC pad.
Thanks.
I'm having trouble compiling... I get the following when I run SNEEK.cmd from the trunk dir near the end of the compile:
CODE- creating SNEEK preset
1 file(s) copied.
The system cannot find the file specified.
The system cannot find the file specified.
- creating UNEEK preset
1 file(s) copied.
The system cannot find the file specified.
The system cannot find the file specified.
Is this post directed at me? If so, what do I do with the file?cwstjdenobs said:are you using the latest armboot? http://sneek.googlecode.com/files/armboot_47.zip
cwstjdenobs said:are you using the latest armboot? http://sneek.googlecode.com/files/armboot_47.zip
