notaz / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
290 stars 165 forks source link

Add Rpi1 and Rpi2 platform support with GLES upscaling #37

Closed Chips-fr closed 8 years ago

Chips-fr commented 8 years ago

In case you would like to integrate this... I added 2 new platform: rpi1 & rpi2 with both Open GLES activated and working... I updated readme and switch to O3 instead of O2 but perhaps those need to be avoided... (I don't see any reason to stick to O2 but I didn't made so much test...)

notaz commented 8 years ago

I think O3 used to cause problems with some old compilers for some devices like GP2X, also it's still a problem when compiling famec (only a problem for non-ARM). I don't think the default setup should be optimized for old stuff so I'll merge this. Meanwhile I'll fix famec up myself...