[PR #3229] [CLOSED] Stop and restart function added #3322

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3229
Author: @diegolix29
Created: 7/11/2025
Status: Closed

Base: mainHead: stop-and-restart


📝 Commits (3)

  • e7ba1cb first commit
  • 9034003 Removing Pause and Fullscreen buttons + Hiding Play button when game is running and Creating a Tip for them on game start.
  • 50aa8ec adding safe back to not open multiple games, plus more info into the tip

📊 Changes

4 files changed (+159 additions, -92 deletions)

View changed files

📝 src/core/devtools/layer.cpp (+24 -2)
📝 src/qt_gui/main_window.cpp (+123 -76)
📝 src/qt_gui/main_window.h (+12 -4)
📝 src/qt_gui/main_window_ui.h (+0 -10)

📄 Description

Adding proper stopgame and restart game functions, removing pause and fullscreen buttons as they arent working anymore with these changes, but added a tip when booting a game that shows for 5 seconds when u can still pause and fullscreen from keyboard
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/3229 **Author:** [@diegolix29](https://github.com/diegolix29) **Created:** 7/11/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `stop-and-restart` --- ### 📝 Commits (3) - [`e7ba1cb`](https://github.com/shadps4-emu/shadPS4/commit/e7ba1cb30310ab60627fff4012339c9146f406e7) first commit - [`9034003`](https://github.com/shadps4-emu/shadPS4/commit/903400328caeb66652a1377889c15ef929634783) Removing Pause and Fullscreen buttons + Hiding Play button when game is running and Creating a Tip for them on game start. - [`50aa8ec`](https://github.com/shadps4-emu/shadPS4/commit/50aa8ec6bb43fea00d840270e3d232fb1f2424f3) adding safe back to not open multiple games, plus more info into the tip ### 📊 Changes **4 files changed** (+159 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `src/core/devtools/layer.cpp` (+24 -2) 📝 `src/qt_gui/main_window.cpp` (+123 -76) 📝 `src/qt_gui/main_window.h` (+12 -4) 📝 `src/qt_gui/main_window_ui.h` (+0 -10) </details> ### 📄 Description Adding proper stopgame and restart game functions, removing pause and fullscreen buttons as they arent working anymore with these changes, but added a tip when booting a game that shows for 5 seconds when u can still pause and fullscreen from keyboard <img width="426" height="149" alt="image" src="https://github.com/user-attachments/assets/07e7215b-d5e6-47a8-a393-cbb743973d05" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:03:16 +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#3322
No description provided.