[PR #3860] [MERGED] cli: add --show-fps to the CLI launcher #3764

Closed
opened 2026-02-27 22:04:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3860
Author: @AlpinDale
Created: 12/8/2025
Status: Merged
Merged: 12/8/2025
Merged by: @kalaposfos13

Base: mainHead: fps-counter-cli


📝 Commits (3)

  • 997135a cli: add --show-fps to the CLI launcher
  • 294eeb9 fix: clang-format
  • be4efe8 nit: PascalCase -> camelCase

📊 Changes

5 files changed (+26 additions, -2 deletions)

View changed files

📝 src/common/config.cpp (+12 -0)
📝 src/common/config.h (+2 -0)
📝 src/core/devtools/layer.cpp (+6 -0)
📝 src/core/devtools/layer.h (+1 -0)
📝 src/main.cpp (+5 -2)

📄 Description

It's possible to toggle this via the config, but for quick tests, this is much more convenient. Launch the emulator with --show-fps to toggle the simple FPS counter.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/3860 **Author:** [@AlpinDale](https://github.com/AlpinDale) **Created:** 12/8/2025 **Status:** ✅ Merged **Merged:** 12/8/2025 **Merged by:** [@kalaposfos13](https://github.com/kalaposfos13) **Base:** `main` ← **Head:** `fps-counter-cli` --- ### 📝 Commits (3) - [`997135a`](https://github.com/shadps4-emu/shadPS4/commit/997135a9c6f1e2e5f7c9a8530ce738fa6dbf24a8) cli: add `--show-fps` to the CLI launcher - [`294eeb9`](https://github.com/shadps4-emu/shadPS4/commit/294eeb948435c3d4a3cc321def2e1bf87ddaedb1) fix: clang-format - [`be4efe8`](https://github.com/shadps4-emu/shadPS4/commit/be4efe897e0403aca10285897359b2797564c9dd) nit: PascalCase -> camelCase ### 📊 Changes **5 files changed** (+26 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/common/config.cpp` (+12 -0) 📝 `src/common/config.h` (+2 -0) 📝 `src/core/devtools/layer.cpp` (+6 -0) 📝 `src/core/devtools/layer.h` (+1 -0) 📝 `src/main.cpp` (+5 -2) </details> ### 📄 Description It's possible to toggle this via the config, but for quick tests, this is much more convenient. Launch the emulator with `--show-fps` to toggle the simple FPS counter. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:04:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3764
No description provided.