mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #2437] [MERGED] imgui: Displays FPS color based on FPS #2733
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2733
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/2437
Author: @Xphalnos
Created: 2/14/2025
Status: ✅ Merged
Merged: 2/15/2025
Merged by: @viniciuslrangel
Base:
main← Head:FPSColor📝 Commits (1)
2fc3e59imgui: Displays FPS color based on FPS📊 Changes
3 files changed (+20 additions, -0 deletions)
View changed files
📝
src/common/config.cpp(+7 -0)📝
src/common/config.h(+1 -0)📝
src/core/devtools/layer.cpp(+12 -0)📄 Description
This allows the color to change depending on the performance.
I put colors without thinking too much so I am ready to make changes if you want to change the colors, the threshold at which such color is displayed...
60 FPS:

< 30 FPS:

< 15 FPS (Bloodborne ahh performance 🙏):

PS: The limits have been changed. See https://github.com/shadps4-emu/shadPS4/pull/2437#issuecomment-2660236727
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.