We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a callback of type retro_log_printf_t must accept variable arguments after the format string:
retro_log_printf_t
typedef void (RETRO_CALLCONV *retro_log_printf_t)(enum retro_log_level level, const char *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.
The text was updated successfully, but these errors were encountered:
first pass exists in dev branch
Sorry, something went wrong.
lifning
No branches or pull requests
a callback of type
retro_log_printf_t
must 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.
The text was updated successfully, but these errors were encountered: