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

Use static cast to avoid template mismatch on embedded devices #100

Merged
merged 2 commits into from
Feb 21, 2025

Conversation

Myonmu
Copy link
Contributor

@Myonmu Myonmu commented Feb 18, 2025

int isn't always int32_t on embedded devices, e.g. PlayDate.

Before this PR, the Intercept sample story would crash on PlayDate. After this PR the story plays normally.

Myonmu and others added 2 commits February 18, 2025 16:41
@JBenda
Copy link
Owner

JBenda commented Feb 21, 2025

Thank you for spotting and fixing this oversight. ^^

@JBenda JBenda merged commit c7d32d6 into JBenda:master Feb 21, 2025
8 of 9 checks passed
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

Successfully merging this pull request may close these issues.

2 participants