Add Rpi1 and Rpi2 support with GLES upscaling

This commit is contained in:
Chips-fr 2016-01-20 20:34:46 +01:00
parent 05eb243d03
commit 8450a2f561
3 changed files with 38 additions and 3 deletions

6
README
View file

@ -13,3 +13,9 @@ then taken over and expanded by notaz.
PicoDrive was the first emulator ever to properly emulate Virtua Racing and
it's SVP chip.
How to compile on Raspbian Wheezy:
export CC=gcc-4.8
export CXX=g++-4.8
./configure --platform=rpi2
make