Skip to content
New issue

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

make some sort of c or cython submodule to wrap variadic args #16

Open
lifning opened this issue Feb 6, 2018 · 1 comment
Open

make some sort of c or cython submodule to wrap variadic args #16

lifning opened this issue Feb 6, 2018 · 1 comment
Assignees

Comments

@lifning
Copy link
Owner

lifning commented Feb 6, 2018

a callback of type retro_log_printf_t must accept variable arguments after the format string:

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.

@lifning lifning self-assigned this Feb 8, 2018
@lifning
Copy link
Owner Author

lifning commented Feb 8, 2018

first pass exists in dev branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant