I've read the wiki page here, which simply says that the joystick moves the pointer. I've looked at the GP2X wiki, which is no use as it's out of date. I've read the readme files (both generic and GPH-specific) in the archive, and couldn't find anything.
I did notice one difference in the actual scummvm.gpe file, which was the way the game is launched:
In 1.2.0, it's simply:
Code: Select all
./scummvm.gph
Code: Select all
./scummvm.gph --fullscreen --gfx-mode=1x --config=$(pwd)/.scummvmrc
I don't have this problem in 1.2.0, so I can use that for almost all the games I own, but I would like to play Backyard Baseball, and that's one of the few games that has significantly improved compatibility between the two versions. Can anyone help, please?