mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #2497] [CLOSED] Adding stop function to help with check update while running a game #2784
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#2784
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/2497
Author: @diegolix29
Created: 2/21/2025
Status: ❌ Closed
Base:
main← Head:Auto-update-QoL📝 Commits (7)
8136975Adding stop button function to help with check update while running a game.3d8e3b0clangc1630f7last clang78d5d26fixes and suggestionsf952dcfclean up pr7fb9521fixing flags78ef595adding initializer to quit events and show messaage no game is currently running when clicking stop button and no game ir running.📊 Changes
9 files changed (+185 additions, -10 deletions)
View changed files
📝
src/emulator.cpp(+14 -0)📝
src/emulator.h(+11 -0)📝
src/qt_gui/check_update.cpp(+11 -2)📝
src/qt_gui/check_update.h(+5 -1)📝
src/qt_gui/main_window.cpp(+46 -2)📝
src/qt_gui/main_window.h(+7 -1)📝
src/qt_gui/settings_dialog.cpp(+8 -3)📝
src/sdl_window.cpp(+82 -1)📝
src/sdl_window.h(+1 -0)📄 Description
this pr helps with the lock error while updating if u running a game

https://github.com/user-attachments/assets/97ae5abe-1eab-49a7-ad4a-7130b224d16d
now if u update while running a game it shows a box with a warning and then stop the game to let the update installation continue without issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.