aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source
diff options
context:
space:
mode:
authoragent-q2011-05-21 15:51:13 +0100
committeragent-q2011-05-21 15:51:13 +0100
commit6fdec4dfac164fd131c4e36a67a789b4b17878a7 (patch)
tree2d5a3216f90dbb841789bf6a64be2f3d8b711a07 /backends/platform/ds/arm9/source
parent987d966acc72083d1c63926e719ee3198e24ec83 (diff)
downloadscummvm-rg350-6fdec4dfac164fd131c4e36a67a789b4b17878a7.tar.gz
scummvm-rg350-6fdec4dfac164fd131c4e36a67a789b4b17878a7.tar.bz2
scummvm-rg350-6fdec4dfac164fd131c4e36a67a789b4b17878a7.zip
DS: Various changes
- Enable libmad - Remove forced include of scummsys.h, it caused problems in the forbidden symbols code.
Diffstat (limited to 'backends/platform/ds/arm9/source')
-rw-r--r--backends/platform/ds/arm9/source/dsmain.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/backends/platform/ds/arm9/source/dsmain.cpp b/backends/platform/ds/arm9/source/dsmain.cpp
index 303e504873..b94b433373 100644
--- a/backends/platform/ds/arm9/source/dsmain.cpp
+++ b/backends/platform/ds/arm9/source/dsmain.cpp
@@ -579,7 +579,7 @@ void initGame() {
for (int r = 0; r < NUM_SUPPORTED_GAMES; r++) {
if (!stricmp(gameName, gameList[r].gameId)) {
s_currentGame = &gameList[r];
- // consolePrintf("Game list num: %d\n", s_currentGame);
+ // consolePrintf("Game list num: %d\n", r);
}
}
}
@@ -1672,8 +1672,7 @@ void addEventsToQueue() {
if (!keyboardEnable) {
-
- if ((isScrollingWithDPad() || (indyFightState)) && (displayModeIs8Bit)) {
+ if ((!isScrollingWithDPad() || (indyFightState)) && (displayModeIs8Bit)) {
// Controls specific to the control method
if (s_currentGame->control == CONT_SKY) {