a callback of type retro_log_printf_t must accept variable arguments after the format string:
typedefvoid (RETRO_CALLCONV*retro_log_printf_t)(enumretro_log_levellevel,
constchar*fmt, ...);
ctypes can't handle 'em because libffi doesn't support 'em.
so we miss out on a lot of nice logging from cores by default.
a callback of type
retro_log_printf_tmust accept variable arguments after the format string:ctypes can't handle 'em because libffi doesn't support 'em.
so we miss out on a lot of nice logging from cores by default.