Alice R ad624dc648 Add "softscale" renderer for SDL 2 builds (#175) il y a 5 ans
..
CONFIG.WII 6b32bbb8c7 Add stdio redirection support, enable for console ports il y a 5 ans
Makefile.in d561085143 Make 'megazeux' the default boot.dol for Wii builds il y a 5 ans
README 366fbe0e58 Allow argument passing to CONFIG.arch scripts il y a 5 ans
audio.c 40516d10ac Rename 'audio_buffer'/'buffer_size' setting to 'audio_buffer_samples' il y a 6 ans
event.c b2ef1987e8 Add generic context-sensitive joystick actions (#157) il y a 5 ans
icon.png dd20c6c375 Make Wii icon more readable, make description URL https il y a 6 ans
meta.xml dd20c6c375 Make Wii icon more readable, make description URL https il y a 6 ans
pad.config b2ef1987e8 Add generic context-sensitive joystick actions (#157) il y a 5 ans
pad.config.sdl ab9e272ac4 Fixed SDL Wii il y a 7 ans
platform.c 051ec1657d Fix wait_event() timeout implementation for all platforms (#154) il y a 5 ans
render_gx.c a18a2cd17d Replace all instances of 'bool' with 'boolean' il y a 6 ans
render_xfb.c ad624dc648 Add "softscale" renderer for SDL 2 builds (#175) il y a 5 ans
thread.h a18a2cd17d Replace all instances of 'bool' with 'boolean' il y a 6 ans

README

BUILDING MEGAZEUX FOR WII

As of 2.82b, MegaZeux can be built for the Wii. You will need the devkitPPC
toolchain, libogc and libfat-ogc. You will also need the following in this
directory:

- libogg (audio only)
- libvorbis (audio only)

Make sure DEVKITPRO and DEVKITPPC are both defined and valid, and use
config.sh to configure. You can get the default configuration by running:

arch/wii/CONFIG.WII

SDLWii builds can be enabled by providing the following flag to this script:

--enable-sdl

Then build with the command:

make package

This will create a "boot.dol" file which you should know how to launch.

PACKAGING

Use "make archive" to build a build/dist/wii/mzxgit-wii.zip file for
distribution.