mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
Add Rpi1 and Rpi2 support with GLES upscaling
This commit is contained in:
parent
05eb243d03
commit
8450a2f561
3 changed files with 38 additions and 3 deletions
6
README
6
README
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue