aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/osystem.cpp
AgeCommit message (Collapse)Author
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-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-2216bit support for the Wii portAndre Heider
svn-id: r43631
2009-03-20Fix some warnings in the Wii backend.Andre Heider
svn-id: r39570
2009-02-15moved the supported graphics modes to a static array.Andre Heider
svn-id: r38261
2009-02-15moved the keyboard event thread to libwiikeyboard.Andre Heider
svn-id: r38258
2009-01-19Added ISO9660/Joliet DVD supportAndre Heider
svn-id: r35930
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-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-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-07added support for reset and power buttonsAndre Heider
svn-id: r32593
2008-06-04Patch #1971285: "Nintendo Wii port"Eugene Sandulenko
svn-id: r32547