(Libretro) We need to do video_cb in retro_run every frame instead of
authortwinaphex <autechre1024@hotmail.com>
Tue, 4 Dec 2012 13:36:01 +0000 (14:36 +0100)
committertwinaphex <autechre1024@hotmail.com>
Tue, 4 Dec 2012 13:36:01 +0000 (14:36 +0100)
commit12990fb369a8b2a63c6a16f45dcce2c7ed93ef5d
treef97db3042809bee7b4a3322537fb0ba303058e5d
parent89d7ac2a566bc0ca8a12bdc6f920d9ee0578163a
(Libretro) 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.
frontend/libretro.c