notaz / picodrive

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

Enabe JIT for linux arm platform(Rpi...) #34

Closed Chips-fr closed 8 years ago

Chips-fr commented 8 years ago

On Raspberry PI, JIT get disabled since it is disabled in linux. I put this disabling under arm switch usince quite some JIT code are put under it... 32X runs faster on Rpi with this modification...