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

Performance overlay improvements #9875

Merged
merged 8 commits into from
Mar 2, 2021
Merged

Conversation

Megamouse
Copy link
Contributor

@Megamouse Megamouse commented Mar 1, 2021

  • Fixed a bug where the framerate/frametime graphs weren't resized when the font size was changed.
  • Fixed a bug in the graph visualization. We never visually drew the rightmost possible vertex.
  • Added config settings for "Framerate datapoints" and "Frametime datapoints"
  • Added a new detail level "None", with this you'll be able to only show the graphs if you want to.

image

@Megamouse Megamouse changed the title Ds3playerled Performance overlay improvements Mar 1, 2021
@@ -459,10 +465,15 @@ namespace rsx
[[fallthrough]];
}
case detail_level::minimal:
{
[[fallthrough]];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No compiler will warn about empty code fallback, FYI.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought it was just to emphasize it so that an overzealous dev doesn't add some break;

@Megamouse Megamouse merged commit 7c0b93f into RPCS3:master Mar 2, 2021
@Megamouse Megamouse deleted the ds3playerled branch March 2, 2021 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants