mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #3170] [CLOSED] removing "Install" from game directory code #3281
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#3281
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/3170
Author: @diegolix29
Created: 6/29/2025
Status: ❌ Closed
Base:
main← Head:clean-code📝 Commits (7)
fa2c82eremoving "Install" from game directory code76f58e0more cleaninga1aeed0Fixing errors and reading path box for games directories6054fa1clangbba608bmore fixescb954f4test to fix sdl3895963sdl fix im dumb📊 Changes
15 files changed (+147 additions, -153 deletions)
View changed files
📝
CMakeLists.txt(+2 -2)📝
src/common/config.cpp(+52 -52)📝
src/common/config.h(+10 -10)📝
src/core/libraries/app_content/app_content.cpp(+2 -2)📝
src/main.cpp(+6 -6)📝
src/qt_gui/game_directory_dialog.cpp(+30 -34)📝
src/qt_gui/game_directory_dialog.h(+3 -3)📝
src/qt_gui/game_info.cpp(+4 -4)📝
src/qt_gui/gui_context_menus.h(+1 -1)📝
src/qt_gui/kbm_config_dialog.cpp(+1 -1)📝
src/qt_gui/main.cpp(+6 -6)📝
src/qt_gui/main_window.cpp(+5 -6)📝
src/qt_gui/main_window.h(+2 -2)📝
src/qt_gui/main_window_ui.h(+6 -7)📝
src/qt_gui/settings_dialog.cpp(+17 -17)📄 Description
removes all install words from game directory cause we arent installing games anymore
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.