git clone https://github.com/ssilverm/piplay-installer
cd piplay-installer
bash updater.sh wget https://raw.githubusercontent.com/ssilverm/pimame-menu/master/pmmenu/pmcontrols.py -O /home/pi/pimame/pimame-menu/pmmenu/pmcontrols.py wget http://malus.exotica.org.uk/~buzz/pi/sdl/sdl1/deb/rpi1/libsdl1.2debian_1.2.15-8rpi_armhf.debto fix stella and scummvm...
wget http://malus.exotica.org.uk/~buzz/pi/sdl/sdl1/deb/rpi1/libsdl1.2-dev_1.2.15-8rpi_armhf.deb
sudo dpkg -i libsdl1.2debian_1.2.15-8rpi_armhf.deb libsdl1.2-dev_1.2.15-8rpi_armhf.deb
sudo apt-get -y --reinstall install stella scummvm
sudo apt-get -y install sqlitebrowserand then put the update query to the execution in the sqlitebrowser
sqlitebrowser /home/pi/pimame/pimame-menu/database/config.db
UPDATE menu_items SET label='ScummVM', command='scummvm -f -p', scraper_id=21 WHERE id=11;to use scrapper for ScummVM and enable stella in menu
UPDATE menu_items SET visible=1 WHERE id=8;
cd /home/pi/pimame/emulators/
git submodule init && git submodule update It looks like you're new here. If you want to get involved, click one of these buttons!