CDVD: Add message for attempting to remove a disc when no disc exists #13217
+9
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Changes
Adds an OSD message distinct from "Disc removed." when the user attempts to remove a disc (
Change Disc
>Remove Disc
) but there is no disc in the tray ("No disc to remove."). Also adds a console message if there was a disc to remove what the file path of that removed disc was.Rationale behind Changes
Remove Disc
, the OSD will just tell you forever you're removing a disc – even though that clearly makes no sense. This accurately tells the user the state of the disc tray (also prevents the user wrongly thinking it's failing because they can see "Disc removed." ad infinitum).Suggested Testing Steps
Mess around with removing a game disc.
Did you use AI to help find, test, or implement this issue or feature?
Thankfully this is a fogless PR that I could handle on my own.