Search found 4 matches

by n2kra
Wed Apr 22, 2009 10:16 am
Forum: Gamecube/Wii Development
Topic: Loop around examples/wii/fs/directory - Test your SD Cards
Replies: 4
Views: 8144

Re: Loop around examples/wii/fs/directory - Test your SD Cards

without abbreviations?

- fs = filesystem, Re: Loop around examples/wii/fs/directory

HB = HomeBrew

NO - there was no change in the unusable
(from HB, but works in Wii) card.

HC = High Capacity - Re: I have one (4G PNY micro SDHC class 4)
http://www.sdcard.org/
IOS = http://wiibrew.org/wiki ...
by n2kra
Wed Apr 22, 2009 12:12 am
Forum: Gamecube/Wii Development
Topic: Loop around examples/wii/fs/directory - Test your SD Cards
Replies: 4
Views: 8144

Re: Loop around examples/wii/fs/directory - Test your SD Cards

Thank You, I like that better -
And then file access actually has to be sd:/

pdir=opendir("sd:/"); // instead of "/"

-

NO - there was no change in the unusable
(from HB, but works in Wii) card.

I did download libogc-src, but I guess IOS'es HC
init will need to be disasmebled and analyzed.

Or ...
by n2kra
Mon Apr 20, 2009 6:41 pm
Forum: Gamecube/Wii Development
Topic: Loop around examples/wii/fs/directory - Test your SD Cards
Replies: 4
Views: 8144

Loop around examples/wii/fs/directory - Test your SD Cards

might be more helpfull for testing all your SD cards

I have one (4G PNY micro SDHC class 4)
that works in the Wii (SD Menu, Photo, etc.)
But not Homebrew (also tried the sdcard.org formatter)

in main() after - // the console understands VT
printf( ...


while(1) {

if (!fatInitDefault ...
by n2kra
Thu Mar 05, 2009 7:01 pm
Forum: Gamecube/Wii Development
Topic: GX Tutorials/Docs?
Replies: 3
Views: 9261

Re: GX Tutorials/Docs?

It has been suggested to me that some of the GX setups are wrong

Are you talking about?
http://wiibrew.org/wiki/Developer_tips#Note_on_Projection_Matrices

But the NeHe leson 5 example I saw, had view, model and modelview
as type Mtx, only perspective as type Mtx44 (and rotation - I failed to ...