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
/
osystem.cpp
Age
Commit message (
Expand
)
Author
2017-02-14
WII: Fix compiler warnings
Alexander Reim
2014-02-18
WII: Make GPL headers consistent in themselves.
Johannes Schickel
2013-05-17
RECORDER: Implement Events Recorder
Eugene Sandulenko
2012-07-21
WII: Adapt to mouse cursor dontScale API change
dhewg
2012-06-09
COMMON: Add tm_wday to our TimeDate struct
Matthew Hoops
2011-06-17
WII: Add logMessage() implementation
Max Horn
2011-06-08
BACKENDS: Shuffle backends class hierarchy and module initialization
Max Horn
2011-06-07
WII: Use OSystem's 'slots' for timer/savefile manager
Max Horn
2011-06-06
BACKENDS: Unify AudioCD manager instantiation
Max Horn
2011-06-04
BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls
Max Horn
2011-06-04
COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette
Max Horn
2011-05-03
WII: Fix compilation
dhewg
2011-05-03
WII: Fix various forbidden symbol clashes
Max Horn
2011-05-03
BACKENDS: Allow various files to use stuff from time.h
Max Horn
2011-04-28
WII: Fix compilation
Ori Avtalion
2010-12-03
WII: Use more standard Chinese locales.
Jordi Vilalta Prat
2010-12-01
WII: Let the base backend decide the default detected language.
Jordi Vilalta Prat
2010-12-01
WII: Fix compilation
Jordi Vilalta Prat
2010-12-01
WII: Add system language auto-detection.
Jordi Vilalta Prat
2010-03-11
Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...
Max Horn
2009-10-08
Introduce a new struct TimeDate, replacing struct tm in client code. May lead...
Max Horn
2009-10-01
Fixed mismatching malloc/free, and plugged a memleak.
Andre Heider
2009-09-20
New "Input" tab for the options dialog to set pad sensitivity and acceleration.
Andre Heider
2009-09-18
Moved the Wii gfx code to its own library. Added a onscreen console for stdou...
Andre Heider
2009-09-05
Support for SMB shares, cleaned up async FS functions.
Andre Heider
2009-09-03
Removed AA modes in favor of bilinear texture filtering, which gives much bet...
Andre Heider
2009-09-01
Added an options dialog for some Wii specific settings.
Andre Heider
2009-08-30
Complete GFX rewrite with new features:
Andre Heider
2009-08-22
16bit support for the Wii port
Andre Heider
2009-03-20
Fix some warnings in the Wii backend.
Andre Heider
2009-02-15
moved the supported graphics modes to a static array.
Andre Heider
2009-02-15
moved the keyboard event thread to libwiikeyboard.
Andre Heider
2009-01-19
Added ISO9660/Joliet DVD support
Andre Heider
2009-01-02
mutex fix, we actally want recursive locks
Andre Heider
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-08-11
video mode polishing:
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
added support for reset and power buttons
Andre Heider
2008-06-04
Patch #1971285: "Nintendo Wii port"
Eugene Sandulenko