index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
platform
/
wii
Age
Commit message (
Expand
)
Author
2009-03-20
Fix some warnings in the Wii backend.
Andre Heider
2009-03-19
Added configure support for the Wii and Gamecube port
Andre Heider
2009-02-28
copy pred.dic for the dist target
Andre Heider
2009-02-28
set DEPDIR; copy COPYING.LGPL for the dist target; use debug level 3 when upl...
Andre Heider
2009-02-28
Enable SCI for Wii
Andre Heider
2009-02-21
map dpad right to the predictive dialog
Andre Heider
2009-02-17
another update for the new libwiikeyboard API.
Andre Heider
2009-02-15
check the result of PAD_ScanPads() to trigger button up/down events only once...
Andre Heider
2009-02-15
add support for USB keyboard modifier keys.
Andre Heider
2009-02-15
moved the supported graphics modes to a static array.
Andre Heider
2009-02-15
better error checking when setting up threads, and free() the stacks when done.
Andre Heider
2009-02-15
moved the keyboard event thread to libwiikeyboard.
Andre Heider
2009-02-15
make keyboard support optional with USE_WII_KBD since libwiikeyboard is not i...
Andre Heider
2009-02-15
allow keyboard hotplugging.
Andre Heider
2009-02-15
Fixes for the changed keyboard API. Tweaked the PAD mappings to add GMM and V...
Andre Heider
2009-02-14
added USB keyboard support
Andre Heider
2009-02-14
reverting rev35505 since this change breaks the video output using RGB cables
Andre Heider
2009-01-30
Moved default implementations for various OSystem methods into a new class Ba...
Max Horn
2009-01-22
Fix the compilation of the Wii port
Jordi Vilalta Prat
2009-01-21
made ISO9660 support optional via USE_WII_DI
Andre Heider
2009-01-21
added ENABLE_VKEYBD, ENABLE_KEYMAPPER (both not mapped yet) and ENABLE_AGI
Andre Heider
2009-01-20
Moved libdb to the right spot in the Makefile
Andre Heider
2009-01-19
Added ISO9660/Joliet DVD support
Andre Heider
2009-01-19
Makefile cleanup with additional comments. Added DEBUG_WII_MEMSTATS for memor...
Andre Heider
2009-01-11
Enable IHNM and SAGA2
Andre Heider
2009-01-03
debug Makefile targets
Andre Heider
2009-01-03
tweak the cache values for better video streaming
Andre Heider
2009-01-02
mutex fix, we actally want recursive locks
Andre Heider
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-30
added RM_REC, it's required for clean:
Andre Heider
2008-12-23
480p video mode for gamecube if a component cable was detected (contributed b...
Andre Heider
2008-12-23
tweak the video mode some more to get rid of black borders
Andre Heider
2008-12-23
increase the height of the overlay so the modern theme fits in 16:9
Andre Heider
2008-12-23
enable groovie and tucker
Andre Heider
2008-12-23
drop mpeg2 support
Andre Heider
2008-12-23
changes for devkitPPC r16
Andre Heider
2008-12-04
Fix for bug #2388270 "[Wii/GC] Unable to build SVN rev.35233".
Johannes Schickel
2008-11-06
Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...
Max Horn
2008-11-06
Got rid of OSystem::ARGBToColor and colorToARGB
Max Horn
2008-08-11
build a wii binary per default
Andre Heider
2008-08-11
video mode polishing:
Andre Heider
2008-08-09
Updated the Makefile to the new build system.
Andre Heider
2008-08-09
Updates to the recent OSystem API changes
Andre Heider
2008-07-06
adjustments to the recent mixer api changes
Andre Heider
2008-06-07
-Wno-multichar slipped in twice
Andre Heider
2008-06-07
added support for reset and power buttons
Andre Heider
2008-06-05
disable more more compiler warnings
Andre Heider
2008-06-04
Patch #1971285: "Nintendo Wii port"
Eugene Sandulenko