UI: Only show DLC RomFS button under Extract Data when DLCs are available.

Also convert the constructor of DlcSelectViewModel to expect a normal title id and not one already converted to the base ID.
This commit is contained in:
Evan Husted
2025-10-09 17:18:50 -05:00
committed by KeatonTheBot
parent 2471bb8ede
commit d3bce3f361
5 changed files with 23 additions and 4 deletions
@@ -481,6 +481,8 @@ namespace Ryujinx.Ava.UI.ViewModels
}
}
public bool HasDlc => ApplicationLibrary.HasDlcs(SelectedApplication.Id);
public string CacheLoadStatus
{
get => _cacheLoadStatus;