mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #3429] [CLOSED] Implementing Stop/Restart Game #3459
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#3459
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/3429
Author: @Zamaeda
Created: 8/18/2025
Status: ❌ Closed
Base:
main← Head:Restart-Game📝 Commits (9)
677b2a2hookfe8eb24connects6f647d6eventa0ee4d6new event1431c92flag117b022final commit08dfaadRearrange370bb61hotfixc2f0d75Updating Buttons when game is restarted📊 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.