aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/options.cpp
AgeCommit message (Collapse)Author
2014-02-18WII: Make GPL headers consistent in themselves.Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-25ALL: initialise -> initializeMatthew Hoops
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
This is a first step towards getting rid of all uses of regular printf, fprintf, vprintf, vfprintf, puts, fputs, etc. in our codebase. The name format() reflects the purpose of the function, and parallels String.format() in Java, boost::format, and others. svn-id: r54004
2010-09-08WII: Fix typo, update translations.Andre Heider
svn-id: r52640
2010-08-14WII: Update port for the current versions of the base libraries. Enable DVD ↵Andre Heider
access for the GameCube port. svn-id: r52074
2010-06-26GUI: Add and improve some messages to translateJordi Vilalta Prat
svn-id: r50324
2010-06-15WII: sync with recent GUI changes. NOT TESTED.Eugene Sandulenko
svn-id: r49793
2010-04-30Fixed warnings when building a GC binary.Andre Heider
svn-id: r48877
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2009-09-21whitespace fixAndre Heider
svn-id: r44233
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-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