I'm writing a core with libretro and get a deadlock following the document/header file. After doing some trace I found retro_frame_time_callback_t
is not called before first retro_run()
.
|
* It will be called right before retro_run() every frame. |
It will be called right before retro_run() every frame.