What does filesystem do on the wii. I would Like To Find Out How To Eject The Disc In The DVD Drive So Should I Use The FileSystem Or Something Else. Also Does SDL Graphics language work on devkitpro cos I'm thinking of making my own engine for wii with it.
Thanks,
Ghost 6765
Filesystem And SDL On devkitPPC
Re: Filesystem And SDL On devkitPPC
Hi,
See the di.h located in the include directory from libogc.
I believe what you are looking for is :
See the di.h located in the include directory from libogc.
I believe what you are looking for is :
Code: Select all
DI_Eject();
Re: Filesystem And SDL On devkitPPC
As for SDL: There's at least a couple of different ports of SDL to devkitppc last time I checked, but they have their issues. I made a private fork of sdl-wii that worked fairly well on the GameCube. I -think- Tantric has also ported one or two programs that use SDL, Super Mario War being one I think. In all honesty, though, SDL doesn't really afford you anything on the Wii other than an easy 2D blitting API. The rest is just abstraction that makes it easier to port to other platforms; a Wii-only game might as well use libogc by itself.
Re: Filesystem And SDL On devkitPPC
So if SDL is ported is GX the best thing to currently use?
Who is online
Users browsing this forum: No registered users and 1 guest