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
I happened to open up a recent mGBA (specifically, 0.9-6257-cdf9105f56182a207662c93da1e7a3a7f6bb2040) for some testing. I noticed cycle count had been added to the debugger. However, it just displays as %I64u on Windows.
0.9-6257-cdf9105f56182a207662c93da1e7a3a7f6bb2040
%I64u
This looks like a similar type of issue as #1794.
The text was updated successfully, but these errors were encountered:
That shouldn't be possible...I don't use that format string anymore. I wonder what's going on.
Sorry, something went wrong.
All: Correct more format strings on Windows (fixes #1817)
8e3be05
73c38b9
All: Correct more format strings on Windows (fixes mgba-emu#1817)
60a01dd
1ba5f5e
No branches or pull requests
I happened to open up a recent mGBA (specifically,
0.9-6257-cdf9105f56182a207662c93da1e7a3a7f6bb2040
) for some testing. I noticed cycle count had been added to the debugger. However, it just displays as%I64u
on Windows.This looks like a similar type of issue as #1794.
The text was updated successfully, but these errors were encountered: