From e2184561e93d1f09cf9e158fd0ab8d1ef5e380c6 Mon Sep 17 00:00:00 2001 From: azaballa Date: Sat, 16 Dec 2006 23:36:42 +0000 Subject: [PATCH] Fixed the issue. Apparently my sdl-config script was pointing to an old set of SDL libs. I thought I had changed the path before, but what caused it to revert now is anyone's guess. Hope it's just gremlins and not bandits. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1220 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/gp2x/OSystemGP2X.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/stella/src/gp2x/OSystemGP2X.cxx b/stella/src/gp2x/OSystemGP2X.cxx index a46249567..e9f5a42b4 100644 --- a/stella/src/gp2x/OSystemGP2X.cxx +++ b/stella/src/gp2x/OSystemGP2X.cxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: OSystemGP2X.cxx,v 1.19 2006-12-16 23:10:54 azaballa Exp $ +// $Id: OSystemGP2X.cxx,v 1.20 2006-12-16 23:36:42 azaballa Exp $ // Modified on 2006/01/06 by Alex Zaballa for use on GP2X //============================================================================ @@ -141,8 +141,8 @@ void OSystemGP2X::setDefaultJoymap() myEventHandler->setDefaultJoyMapping(Event::ConsoleSelect, kEmulationMode, 0, 11); // R myEventHandler->setDefaultJoyMapping(Event::CmdMenuMode, kEmulationMode, 0, 12); // A myEventHandler->setDefaultJoyMapping(Event::JoystickZeroFire, kEmulationMode, 0, 13); // B - myEventHandler->setDefaultJoyMapping(Event::Pause, kEmulationMode, 0, 14); // X - myEventHandler->setDefaultJoyMapping(Event::MenuMode, kEmulationMode, 0, 15); // Y + myEventHandler->setDefaultJoyMapping(Event::MenuMode, kEmulationMode, 0, 14); // Y + myEventHandler->setDefaultJoyMapping(Event::Pause, kEmulationMode, 0, 15); // X myEventHandler->setDefaultJoyMapping(Event::VolumeIncrease, kEmulationMode, 0, 16); // Vol+ myEventHandler->setDefaultJoyMapping(Event::VolumeDecrease, kEmulationMode, 0, 17); // Vol- myEventHandler->setDefaultJoyMapping(Event::NoType, kEmulationMode, 0, 18); // Click @@ -153,8 +153,8 @@ void OSystemGP2X::setDefaultJoymap() myEventHandler->setDefaultJoyMapping(Event::UIPgDown, kMenuMode, 0, 11); // R myEventHandler->setDefaultJoyMapping(Event::UITabPrev, kMenuMode, 0, 12); // A myEventHandler->setDefaultJoyMapping(Event::UISelect, kMenuMode, 0, 13); // B - myEventHandler->setDefaultJoyMapping(Event::UICancel, kMenuMode, 0, 14); // X - myEventHandler->setDefaultJoyMapping(Event::UITabNext, kMenuMode, 0, 15); // Y + myEventHandler->setDefaultJoyMapping(Event::UITabNext, kMenuMode, 0, 14); // Y + myEventHandler->setDefaultJoyMapping(Event::UICancel, kMenuMode, 0, 15); // X myEventHandler->setDefaultJoyMapping(Event::UINavNext, kMenuMode, 0, 16); // Vol+ myEventHandler->setDefaultJoyMapping(Event::UINavPrev, kMenuMode, 0, 17); // Vol- myEventHandler->setDefaultJoyMapping(Event::NoType, kMenuMode, 0, 18); // Click