aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2x/gp2x-hw.cpp
diff options
context:
space:
mode:
authorJohn Willis2009-08-09 12:12:24 +0000
committerJohn Willis2009-08-09 12:12:24 +0000
commitb1a3bc9ca4286a52d97992723100fece10d9cd38 (patch)
treec117903471a0771ed0a566fad945e74515844155 /backends/platform/gp2x/gp2x-hw.cpp
parent4389b70395c41f3f787c628602f5525a67033701 (diff)
downloadscummvm-rg350-b1a3bc9ca4286a52d97992723100fece10d9cd38.tar.gz
scummvm-rg350-b1a3bc9ca4286a52d97992723100fece10d9cd38.tar.bz2
scummvm-rg350-b1a3bc9ca4286a52d97992723100fece10d9cd38.zip
GP2X: Commit local version of backend, contains a 'fix' to work around a GP2X SDL 'feature' that was removing the ability to disable aspect ratio correction. Also misc cleanup and changes to default volume levels to cut down on sample clipping.
svn-id: r43167
Diffstat (limited to 'backends/platform/gp2x/gp2x-hw.cpp')
-rw-r--r--backends/platform/gp2x/gp2x-hw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/gp2x/gp2x-hw.cpp b/backends/platform/gp2x/gp2x-hw.cpp
index 38799ea7ad..2dc5b4f579 100644
--- a/backends/platform/gp2x/gp2x-hw.cpp
+++ b/backends/platform/gp2x/gp2x-hw.cpp
@@ -56,7 +56,7 @@ enum {
VOLUME_UP = 2,
VOLUME_CHANGE_RATE = 8,
VOLUME_MIN = 0,
- VOLUME_INITIAL = 70,
+ VOLUME_INITIAL = 60,
VOLUME_MAX = 100
};