This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-02-01 00:12:59 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
backends
/
platform
/
wii
History
Andre Heider
eb429872d8
Fixed warnings when building a GC binary.
...
svn-id: r48877
2010-04-30 16:49:57 +00:00
..
gdb.txt
debug Makefile targets
2009-01-03 19:26:44 +00:00
main.cpp
Reinit the video mode when showing the console on an abnormal exit. This was not sccessful under some circumstances.
2010-04-19 20:25:20 +00:00
module.mk
Moved the Wii gfx code to its own library. Added a onscreen console for stdout/err, toggable via pad keys.
2009-09-18 18:56:16 +00:00
options.cpp
Fixed warnings when building a GC binary.
2010-04-30 16:49:57 +00:00
options.h
New "Input" tab for the options dialog to set pad sensitivity and acceleration.
2009-09-20 12:53:32 +00:00
osystem_events.cpp
Strip trailing spaces/tabs.
2010-01-25 01:39:44 +00:00
osystem_gfx.cpp
Round up the game texture dimensions if the requested size is incompatible to the hardware.
2010-04-20 18:24:14 +00:00
osystem_sfx.cpp
Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the MixerImpl constructor
2010-03-11 23:39:51 +00:00
osystem.cpp
Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the MixerImpl constructor
2010-03-11 23:39:51 +00:00
osystem.h
Introduce a new struct TimeDate, replacing struct tm in client code. May lead to compilation issues in ports, which should be trivial to fix, though
2009-10-08 19:41:38 +00:00
wii.mk
Use _port_mk for the Wii and Gamecube port.
2009-09-27 15:06:35 +00:00