Skip to content

Raspberry Pi 3 build to fix SHIFT/CTRL

Pre-release
Pre-release
Compare
Choose a tag to compare
@raphkoster raphkoster released this 06 Jun 01:16
· 2 commits to master since this release

This fixes the missing SHIFT and CTRL behavior when typing in Atari 800 emulation. You can now type shifted characters, the graphical control characters, and lowercase characters.

Known issue: the virtual keyboard does not seem to function.

This build is specifically for Raspberry Pi, compiled on a 3 running Stretch.

To install:

cd ~

sudo wget https://github.com/raphkoster/libretro-atari800/releases/download/v.3.1.0.1-alpha/atari800_libretro.so

sudo cp /opt/retropie/libretrocores/lr-atari800/atari800_libretro.so /opt/retropie/libretrocores/lr-atari800/atari800_libretro.so-backup

sudo chmod a+x atari800_libretro.so

sudo mv atari800_libretro.so /opt/retropie/libretrocores/lr-atari800/atari800_libretro.so