diablodiab / libretro-scummvm-backend

libretro backend for scummvm
7 stars 8 forks source link

Myst III exile can't move the camera. #18

Closed i30817 closed 1 year ago

i30817 commented 1 year ago

This is one of those 'fixed location you can orient the camera' games. You're supposed to move the camera with the mouse, when the cursor is 'transparent' (right click toggle or retropad b). The cursor actually moves (either with the mouse or the 'retropad') but when 'transparent' it doesn't.

Supposedly upstream had a similar bug: https://bugs.scummvm.org/ticket/13152

I built upstream and there is no issue. I'm using retropad not a 'real' analog controller so maybe someone with one can have the movement work. Or maybe it's a configuration thing, since RA is real difficult to configure for scummvm.

i30817 commented 1 year ago

Also in this game, enabling the 'widescreen mod' in the game settings breaks the display (it's obvious in the main menu and ingame, but if you right click the mouse, to enable cursor movement, then move the mouse down you get a extra surprise).

i30817 commented 1 year ago

This was fixed and was a retroarch wayland backend problem (it didn't have cursor capture, so strange things were happening in all cores which required cursor capture, like scummvm or dosbox).