aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii
AgeCommit message (Collapse)Author
2010-04-30Fixed warnings when building a GC binary.Andre Heider
svn-id: r48877
2010-04-20Round up the game texture dimensions if the requested size is incompatible ↵Andre Heider
to the hardware. svn-id: r48751
2010-04-19Fix lockScreen() for 16bit modes.Andre Heider
svn-id: r48728
2010-04-19Reinit the video mode when showing the console on an abnormal exit. This was ↵Andre Heider
not sccessful under some circumstances. svn-id: r48727
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ↵Max Horn
MixerImpl constructor svn-id: r48238
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2010-01-22Silenced some more cppcheck warnings. Some of these may seem silly, but the wayTorbjörn Andersson
I figure it the changes are harmless at worst, and making them will make it easier to find real errors in the (still quite long) list of warnings. svn-id: r47443
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May ↵Max Horn
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793
2009-10-01Fixed mismatching malloc/free, and plugged a memleak.Andre Heider
svn-id: r44526
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵Max Horn
things) svn-id: r44495
2009-09-27Use _port_mk for the Wii and Gamecube port.Andre Heider
svn-id: r44402
2009-09-25Move wii specific stuff from ports.mk to backends/platform/wii/wii.mkMax Horn
svn-id: r44343
2009-09-21whitespace fixAndre Heider
svn-id: r44233
2009-09-21reinit the console when changing the video mode.Andre Heider
svn-id: r44232
2009-09-20New "Input" tab for the options dialog to set pad sensitivity and acceleration.Andre Heider
svn-id: r44205
2009-09-20Fix compilationAndre Heider
svn-id: r44203
2009-09-20Mention mount errors on the status labels.Andre Heider
svn-id: r44202
2009-09-20Only update status label of the active tab (lables print their text when ↵Andre Heider
updating, regardless of its visibility status). svn-id: r44200
2009-09-18Show the console when exiting abnormally.Andre Heider
svn-id: r44190
2009-09-18Moved the Wii gfx code to its own library. Added a onscreen console for ↵Andre Heider
stdout/err, toggable via pad keys. svn-id: r44189
2009-09-05Support for SMB shares, cleaned up async FS functions.Andre Heider
svn-id: r43965
2009-09-03Removed AA modes in favor of bilinear texture filtering, which gives much ↵Andre Heider
better results. Renamed a few types and enums to make it clear what they're for. svn-id: r43919
2009-09-02Fixed thumbnail gfx glitches on savegamesAndre Heider
svn-id: r43910
2009-09-01Added an options dialog for some Wii specific settings.Andre Heider
svn-id: r43892
2009-08-30Complete GFX rewrite with new features:Andre Heider
- Standard and Dual-strike (240p) video modes, both with or without AA - Distinct textures for the overlay, game buffer and the cursor - Support for HW paletted textures - Less pixel buffer conversions - Cursor scaling - Support for kFeatureAspectRatioCorrection and kFeatureOverlaySupportsAlpha svn-id: r43830
2009-08-22Removed unused varAndre Heider
svn-id: r43659
2009-08-2216bit support for the Wii portAndre Heider
svn-id: r43631
2009-08-21Fixed OSystem_Wii for the 16bit API changesAndre Heider
svn-id: r43605
2009-08-15Fix compilation.Andre Heider
svn-id: r43393
2009-08-08tweaked the mapped keys to reintroduce SHIFT for mass adding gamesAndre Heider
svn-id: r43117
2009-06-17Moved the wiidist target to ports.mk, cleaned it up and automated meta.xml ↵Andre Heider
generation. svn-id: r41619
2009-05-27Changes for the latest libfat update.Andre Heider
svn-id: r40950
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