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)
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