Re: Unipcemu slow on Android?
Posted on 2017-05-12, 21:54
I've modified the rendering code to precalc the start of the row to render on the rendering surface, avoiding multiplications every pixel, reducing it to once every scanline(on the main rendering surface rendered to SDL, which is flipped into view(forced update actually, using the custom 'flip' …