[PR #3429] [CLOSED] Implementing Stop/Restart Game #3459

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3429
Author: @Zamaeda
Created: 8/18/2025
Status: Closed

Base: mainHead: Restart-Game


📝 Commits (9)

📊 Changes

6 files changed (+145 additions, -1 deletions)

View changed files

📝 src/common/config.cpp (+12 -0)
📝 src/common/config.h (+2 -0)
📝 src/qt_gui/main_window.cpp (+54 -1)
📝 src/qt_gui/main_window.h (+2 -0)
📝 src/sdl_window.cpp (+73 -0)
📝 src/sdl_window.h (+2 -0)

📄 Description

-Creating a flag to make emulator restart with last game booted when Restart Button is clicked

-Using a Relaunch event and function from old PR that will work for both stop and Restart (If this is somewhat wrongly implemented feel free to suggest a better one)


🔄 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/3429 **Author:** [@Zamaeda](https://github.com/Zamaeda) **Created:** 8/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `Restart-Game` --- ### 📝 Commits (9) - [`677b2a2`](https://github.com/shadps4-emu/shadPS4/commit/677b2a2e56c7724bda46ce3b420694a60b979793) hook - [`fe8eb24`](https://github.com/shadps4-emu/shadPS4/commit/fe8eb24513a830b2f60bed581ffb9aa8efcfbe90) connects - [`6f647d6`](https://github.com/shadps4-emu/shadPS4/commit/6f647d63c50c4c990a3b258661d5811ca62b7902) event - [`a0ee4d6`](https://github.com/shadps4-emu/shadPS4/commit/a0ee4d64aabfecad792a8ddcf2234fb260cb5267) new event - [`1431c92`](https://github.com/shadps4-emu/shadPS4/commit/1431c92241b6229d8fa39ce759223091c476fdb9) flag - [`117b022`](https://github.com/shadps4-emu/shadPS4/commit/117b022eda8cb1d20674d019773238a28094206f) final commit - [`08dfaad`](https://github.com/shadps4-emu/shadPS4/commit/08dfaad8ba14059a35127de11de98608ef5116ed) Rearrange - [`370bb61`](https://github.com/shadps4-emu/shadPS4/commit/370bb616db9fab7e300ca4929064f3605122a704) hotfix - [`c2f0d75`](https://github.com/shadps4-emu/shadPS4/commit/c2f0d7594d24ec51e7247cccda6e82a7e1508c94) Updating Buttons when game is restarted ### 📊 Changes **6 files changed** (+145 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/common/config.cpp` (+12 -0) 📝 `src/common/config.h` (+2 -0) 📝 `src/qt_gui/main_window.cpp` (+54 -1) 📝 `src/qt_gui/main_window.h` (+2 -0) 📝 `src/sdl_window.cpp` (+73 -0) 📝 `src/sdl_window.h` (+2 -0) </details> ### 📄 Description -Creating a flag to make emulator restart with last game booted when Restart Button is clicked -Using a Relaunch event and function from old PR that will work for both stop and Restart (If this is somewhat wrongly implemented feel free to suggest a better one) --- <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:46 +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#3459
No description provided.