aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii
AgeCommit message (Collapse)Author
2009-03-20Fix some warnings in the Wii backend.Andre Heider
svn-id: r39570
2009-03-19Added configure support for the Wii and Gamecube portAndre Heider
svn-id: r39531
2009-02-28copy pred.dic for the dist targetAndre Heider
svn-id: r38969
2009-02-28set DEPDIR; copy COPYING.LGPL for the dist target; use debug level 3 when ↵Andre Heider
uploading the binary svn-id: r38967
2009-02-28Enable SCI for WiiAndre Heider
svn-id: r38966
2009-02-21map dpad right to the predictive dialogAndre Heider
svn-id: r38681
2009-02-17another update for the new libwiikeyboard API.Andre Heider
svn-id: r38392
2009-02-15check the result of PAD_ScanPads() to trigger button up/down events only ↵Andre Heider
once. requires a not yet official libogc patch. svn-id: r38294
2009-02-15add support for USB keyboard modifier keys.Andre Heider
svn-id: r38264
2009-02-15moved the supported graphics modes to a static array.Andre Heider
svn-id: r38261
2009-02-15better error checking when setting up threads, and free() the stacks when done.Andre Heider
svn-id: r38260
2009-02-15moved the keyboard event thread to libwiikeyboard.Andre Heider
svn-id: r38258
2009-02-15make keyboard support optional with USE_WII_KBD since libwiikeyboard is not ↵Andre Heider
in the official libogc svn. svn-id: r38244
2009-02-15allow keyboard hotplugging.Andre Heider
svn-id: r38242
2009-02-15Fixes for the changed keyboard API. Tweaked the PAD mappings to add GMM and ↵Andre Heider
VKEYBD. svn-id: r38185
2009-02-14added USB keyboard supportAndre Heider
svn-id: r36337
2009-02-14reverting rev35505 since this change breaks the video output using RGB cablesAndre Heider
svn-id: r36325
2009-01-30Moved default implementations for various OSystem methods into a new class ↵Max Horn
BaseBackend svn-id: r36135
2009-01-22Fix the compilation of the Wii portJordi Vilalta Prat
svn-id: r36004
2009-01-21made ISO9660 support optional via USE_WII_DIAndre Heider
svn-id: r35985
2009-01-21added ENABLE_VKEYBD, ENABLE_KEYMAPPER (both not mapped yet) and ENABLE_AGIAndre Heider
svn-id: r35984
2009-01-20Moved libdb to the right spot in the MakefileAndre Heider
svn-id: r35946
2009-01-19Added ISO9660/Joliet DVD supportAndre Heider
svn-id: r35930
2009-01-19Makefile cleanup with additional comments. Added DEBUG_WII_MEMSTATS for ↵Andre Heider
memory statistics and splitted existing DEBUG_* tunables. svn-id: r35920
2009-01-11Enable IHNM and SAGA2Andre Heider
svn-id: r35815
2009-01-03debug Makefile targetsAndre Heider
svn-id: r35709
2009-01-03tweak the cache values for better video streamingAndre Heider
svn-id: r35708
2009-01-02mutex fix, we actally want recursive locksAndre Heider
svn-id: r35674
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-12-30added RM_REC, it's required for clean:Andre Heider
svn-id: r35623
2008-12-23480p video mode for gamecube if a component cable was detected (contributed ↵Andre Heider
by hkz) svn-id: r35505
2008-12-23tweak the video mode some more to get rid of black bordersAndre Heider
svn-id: r35503
2008-12-23increase the height of the overlay so the modern theme fits in 16:9Andre Heider
svn-id: r35502
2008-12-23enable groovie and tuckerAndre Heider
svn-id: r35501
2008-12-23drop mpeg2 supportAndre Heider
svn-id: r35500
2008-12-23changes for devkitPPC r16Andre Heider
svn-id: r35499
2008-12-04Fix for bug #2388270 "[Wii/GC] Unable to build SVN rev.35233".Johannes Schickel
svn-id: r35234
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for ↵Max Horn
OSystem::getOverlayFormat to several ports (pending testing by the porters) svn-id: r34912
2008-11-06Got rid of OSystem::ARGBToColor and colorToARGBMax Horn
svn-id: r34911
2008-08-11build a wii binary per defaultAndre Heider
svn-id: r33788
2008-08-11video mode polishing:Andre Heider
* proper fullscreen video mode * multiple graphic modes with different overscan values * "fullscreen mode" stretches the picture on 16:9 displays * fixed broken sword 1/2 gfx garbage * support for setShakePos() svn-id: r33787
2008-08-09Updated the Makefile to the new build system.Andre Heider
Introduced a Makefile variable to build a gamecube version. svn-id: r33723
2008-08-09Updates to the recent OSystem API changesAndre Heider
svn-id: r33719
2008-07-06adjustments to the recent mixer api changesAndre Heider
svn-id: r32924
2008-06-07-Wno-multichar slipped in twiceAndre Heider
svn-id: r32594
2008-06-07added support for reset and power buttonsAndre Heider
svn-id: r32593
2008-06-05disable more more compiler warningsAndre Heider
svn-id: r32564
2008-06-04Patch #1971285: "Nintendo Wii port"Eugene Sandulenko
svn-id: r32547