mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #1476] [MERGED] qt: Error if installing DLC without game. #2129
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#2129
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/1476
Author: @squidbus
Created: 11/2/2024
Status: ✅ Merged
Merged: 11/2/2024
Merged by: @georgemoralis
Base:
main← Head:dlc-install📝 Commits (1)
6135ddcqt: Error if installing DLC without game.📊 Changes
1 file changed (+10 additions, -10 deletions)
View changed files
📝
src/qt_gui/main_window.cpp(+10 -10)📄 Description
Currently if you try to install DLC without the game installed first, it will install it incorrectly as if it is a game, because the logic to check for updates and DLC only happens if the game directory exists.
The whole game vs update vs DLC package install code could use some cleaning up in general to address logic holes like this, but to at least prevent the issue for now, error if the user attempts to install DLC without the game installed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.