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
When replaying some frame dumps with a PPSSPP built in debug mode, the following assert in CoreTiming.cpp fires:
_dbg_assert_msg_(CPU, cyclesExecuted >= 0, "Shouldn't have a negative cyclesExecuted");
Here's one that reproduces:
ULES01489_0002.zip
The text was updated successfully, but these errors were encountered:
bb7d964
No branches or pull requests
When replaying some frame dumps with a PPSSPP built in debug mode, the following assert in CoreTiming.cpp fires:
Here's one that reproduces:
ULES01489_0002.zip
The text was updated successfully, but these errors were encountered: