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
Currently this is a static array:
MangoHud/src/overlay.h
Line 59 in 425b98a
Graphs are then drawn using ARRAY_SIZE of that array.
ARRAY_SIZE
Would be nice if this limit was configurable instead of hard-coded to 200.
Use case: I'm trying to visually demonstrate a performance issue which manifests as stable high FPS -> ~5 seconds of unstable FPS -> stable low FPS.
The text was updated successfully, but these errors were encountered:
closing as duplicate of #700
Sorry, something went wrong.
No branches or pull requests
Currently this is a static array:
MangoHud/src/overlay.h
Line 59 in 425b98a
Graphs are then drawn using
ARRAY_SIZE
of that array.Would be nice if this limit was configurable instead of hard-coded to 200.
Use case: I'm trying to visually demonstrate a performance issue which manifests as stable high FPS -> ~5 seconds of unstable FPS -> stable low FPS.
The text was updated successfully, but these errors were encountered: