[PR #3170] [CLOSED] removing "Install" from game directory code #3281

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3170
Author: @diegolix29
Created: 6/29/2025
Status: Closed

Base: mainHead: clean-code


📝 Commits (7)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/3170 **Author:** [@diegolix29](https://github.com/diegolix29) **Created:** 6/29/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `clean-code` --- ### 📝 Commits (7) - [`fa2c82e`](https://github.com/shadps4-emu/shadPS4/commit/fa2c82e9a32cb763c924b12248409d0d0344254f) removing "Install" from game directory code - [`76f58e0`](https://github.com/shadps4-emu/shadPS4/commit/76f58e0cda5dd38fc09e680662b1787dc2a0121a) more cleaning - [`a1aeed0`](https://github.com/shadps4-emu/shadPS4/commit/a1aeed0268b696303bfbf679ddd923d8e1df8959) Fixing errors and reading path box for games directories - [`6054fa1`](https://github.com/shadps4-emu/shadPS4/commit/6054fa14c68991a6b73d9df8b3e60003aa4838e7) clang - [`bba608b`](https://github.com/shadps4-emu/shadPS4/commit/bba608b1ca78f04cd6c7cc7556bc6307f75440f4) more fixes - [`cb954f4`](https://github.com/shadps4-emu/shadPS4/commit/cb954f4a05a1978cf74704300cfd58391fbfdfba) test to fix sdl - [`3895963`](https://github.com/shadps4-emu/shadPS4/commit/38959634eee1fbd20c19388f772788c73abaf2b3) sdl fix im dumb ### 📊 Changes **15 files changed** (+147 additions, -153 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description removes all install words from game directory cause we arent installing games anymore --- <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:07 +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#3281
No description provided.