libretro: call video_cb on every frame
authortwinaphex <autechre1024@hotmail.com>
Tue, 4 Dec 2012 13:36:01 +0000 (14:36 +0100)
committernotaz <notasas@gmail.com>
Mon, 10 Dec 2012 21:20:59 +0000 (23:20 +0200)
We need to do video_cb in retro_run every frame instead of
just once every time the video callback is called - otherwise
we will get very bad/skippy framerates.
Performance is much improved now in nearly all games.


No differences found