aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2xwiz/gp2xwiz-main.cpp
diff options
context:
space:
mode:
authorJohn Willis2009-08-03 18:38:46 +0000
committerJohn Willis2009-08-03 18:38:46 +0000
commit6dbdad02e5f48951797c3dafdb48f76055bf730d (patch)
tree0c5643c7d30f7896cfd9ef8145fe6c00d3a0f48d /backends/platform/gp2xwiz/gp2xwiz-main.cpp
parentc2dc86df08c5d0dc034789d265cc1a7aa7966fc0 (diff)
downloadscummvm-rg350-6dbdad02e5f48951797c3dafdb48f76055bf730d.tar.gz
scummvm-rg350-6dbdad02e5f48951797c3dafdb48f76055bf730d.tar.bz2
scummvm-rg350-6dbdad02e5f48951797c3dafdb48f76055bf730d.zip
GP2XWiz: Fix bug with downscaled cursors.
svn-id: r43029
Diffstat (limited to 'backends/platform/gp2xwiz/gp2xwiz-main.cpp')
-rw-r--r--backends/platform/gp2xwiz/gp2xwiz-main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/platform/gp2xwiz/gp2xwiz-main.cpp b/backends/platform/gp2xwiz/gp2xwiz-main.cpp
index 4bd3f98211..394c3090c3 100644
--- a/backends/platform/gp2xwiz/gp2xwiz-main.cpp
+++ b/backends/platform/gp2xwiz/gp2xwiz-main.cpp
@@ -148,9 +148,9 @@ void OSystem_GP2XWIZ::initBackend() {
WIZ_HW::mixerMoveVolume(0);
/* Up default volume values as we use a seperate system level volume anyway. */
- ConfMan.registerDefault("music_volume", 220);
- ConfMan.registerDefault("sfx_volume", 220);
- ConfMan.registerDefault("speech_volume", 220);
+ ConfMan.registerDefault("music_volume", 192);
+ ConfMan.registerDefault("sfx_volume", 192);
+ ConfMan.registerDefault("speech_volume", 192);
/* Trigger autosave every 4 minutes - On low batts 5 mins is about your warning time. */
ConfMan.registerDefault("autosave_period", 4 * 60);