aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii
AgeCommit message (Expand)Author
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-22Silenced some more cppcheck warnings. Some of these may seem silly, but the wayTorbjörn Andersson
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-10-01Fixed mismatching malloc/free, and plugged a memleak.Andre Heider
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-27Use _port_mk for the Wii and Gamecube port.Andre Heider
2009-09-25Move wii specific stuff from ports.mk to backends/platform/wii/wii.mkMax Horn
2009-09-21whitespace fixAndre Heider
2009-09-21reinit the console when changing the video mode.Andre Heider
2009-09-20New "Input" tab for the options dialog to set pad sensitivity and acceleration.Andre Heider
2009-09-20Fix compilationAndre Heider
2009-09-20Mention mount errors on the status labels.Andre Heider
2009-09-20Only update status label of the active tab (lables print their text when upda...Andre Heider
2009-09-18Show the console when exiting abnormally.Andre Heider
2009-09-18Moved the Wii gfx code to its own library. Added a onscreen console for stdou...Andre Heider
2009-09-05Support for SMB shares, cleaned up async FS functions.Andre Heider
2009-09-03Removed AA modes in favor of bilinear texture filtering, which gives much bet...Andre Heider
2009-09-02Fixed thumbnail gfx glitches on savegamesAndre Heider
2009-09-01Added an options dialog for some Wii specific settings.Andre Heider
2009-08-30Complete GFX rewrite with new features:Andre Heider
2009-08-22Removed unused varAndre Heider
2009-08-2216bit support for the Wii portAndre Heider
2009-08-21Fixed OSystem_Wii for the 16bit API changesAndre Heider
2009-08-15Fix compilation.Andre Heider
2009-08-08tweaked the mapped keys to reintroduce SHIFT for mass adding gamesAndre Heider
2009-06-17Moved the wiidist target to ports.mk, cleaned it up and automated meta.xml ge...Andre Heider
2009-05-27Changes for the latest libfat update.Andre Heider
2009-03-20Fix some warnings in the Wii backend.Andre Heider
2009-03-19Added configure support for the Wii and Gamecube portAndre Heider
2009-02-28copy pred.dic for the dist targetAndre Heider
2009-02-28set DEPDIR; copy COPYING.LGPL for the dist target; use debug level 3 when upl...Andre Heider
2009-02-28Enable SCI for WiiAndre Heider
2009-02-21map dpad right to the predictive dialogAndre Heider
2009-02-17another update for the new libwiikeyboard API.Andre Heider
2009-02-15check the result of PAD_ScanPads() to trigger button up/down events only once...Andre Heider
2009-02-15add support for USB keyboard modifier keys.Andre Heider
2009-02-15moved the supported graphics modes to a static array.Andre Heider
2009-02-15better error checking when setting up threads, and free() the stacks when done.Andre Heider
2009-02-15moved the keyboard event thread to libwiikeyboard.Andre Heider
2009-02-15make keyboard support optional with USE_WII_KBD since libwiikeyboard is not i...Andre Heider
2009-02-15allow keyboard hotplugging.Andre Heider
2009-02-15Fixes for the changed keyboard API. Tweaked the PAD mappings to add GMM and V...Andre Heider
2009-02-14added USB keyboard supportAndre Heider
2009-02-14reverting rev35505 since this change breaks the video output using RGB cablesAndre Heider
2009-01-30Moved default implementations for various OSystem methods into a new class Ba...Max Horn
2009-01-22Fix the compilation of the Wii portJordi Vilalta Prat
2009-01-21made ISO9660 support optional via USE_WII_DIAndre Heider
2009-01-21added ENABLE_VKEYBD, ENABLE_KEYMAPPER (both not mapped yet) and ENABLE_AGIAndre Heider
2009-01-20Moved libdb to the right spot in the MakefileAndre Heider