You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().
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 firstretro_run()
.libretro-common/include/libretro.h
Line 2635 in 2aab968
The text was updated successfully, but these errors were encountered: