[PR #998] [MERGED] Frame graph + Precise 60 fps timing #1874

Closed
opened 2026-02-27 21:14:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/998
Author: @viniciuslrangel
Created: 9/20/2024
Status: Merged
Merged: 9/23/2024
Merged by: @georgemoralis

Base: mainHead: devtools1


📝 Commits (3)

  • d708374 video info: add frame graph
  • 5b7ee03 60fps!
  • ed563e5 sceKernelGettimeofday: replace chrono by win32 api. Better performance

📊 Changes

8 files changed (+183 additions, -26 deletions)

View changed files

📝 src/common/thread.cpp (+34 -0)
📝 src/common/thread.h (+14 -0)
📝 src/core/libraries/kernel/time_management.cpp (+13 -6)
📝 src/core/libraries/videoout/driver.cpp (+8 -10)
📝 src/core/libraries/videoout/driver.h (+1 -1)
📝 src/imgui/layer/video_info.cpp (+111 -6)
📝 src/imgui/layer/video_info.h (+0 -1)
📝 src/imgui/renderer/imgui_impl_sdl3.cpp (+2 -2)

📄 Description

Toggle advanced info with CTRL+F10.

image


🔄 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/998 **Author:** [@viniciuslrangel](https://github.com/viniciuslrangel) **Created:** 9/20/2024 **Status:** ✅ Merged **Merged:** 9/23/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `devtools1` --- ### 📝 Commits (3) - [`d708374`](https://github.com/shadps4-emu/shadPS4/commit/d708374f44e2f0d2dd6ee99133f329db1de80000) video info: add frame graph - [`5b7ee03`](https://github.com/shadps4-emu/shadPS4/commit/5b7ee037ac50c1dfd7bde2ac76f9b7495c70a6bf) 60fps! - [`ed563e5`](https://github.com/shadps4-emu/shadPS4/commit/ed563e5717f502f52b00bfd65c2ded9378177380) sceKernelGettimeofday: replace chrono by win32 api. Better performance ### 📊 Changes **8 files changed** (+183 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `src/common/thread.cpp` (+34 -0) 📝 `src/common/thread.h` (+14 -0) 📝 `src/core/libraries/kernel/time_management.cpp` (+13 -6) 📝 `src/core/libraries/videoout/driver.cpp` (+8 -10) 📝 `src/core/libraries/videoout/driver.h` (+1 -1) 📝 `src/imgui/layer/video_info.cpp` (+111 -6) 📝 `src/imgui/layer/video_info.h` (+0 -1) 📝 `src/imgui/renderer/imgui_impl_sdl3.cpp` (+2 -2) </details> ### 📄 Description ### Toggle advanced info with CTRL+F10. ![image](https://github.com/user-attachments/assets/ca9e308a-a0e5-4c72-913b-b39dcb8ecff5) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:14:17 +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#1874
No description provided.