libretro / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
43 stars 64 forks source link

Add renderer option #116

Closed bmaupin closed 4 years ago

bmaupin commented 4 years ago

I've added an option to change the renderer from the default "accurate" line-based renderer to an alternative "fast" tile-based renderer, which may improve performance on slower devices such as the PSP. (This was already an option on the native PSP build of picodrive: https://github.com/libretro/picodrive/blob/master/platform/psp/emu.c#L751)

Fixes #112