ImGuiOverlays: Add hardware download mode to settings OSD

This commit is contained in:
Connor McLaughlin 2022-10-15 19:39:32 +10:00 committed by refractionpcsx2
parent 39ab409970
commit 6a1eb231dd
1 changed files with 3 additions and 0 deletions

View File

@ -280,6 +280,9 @@ void ImGuiManager::DrawSettingsOverlay()
if (GSConfig.GPUPaletteConversion)
APPEND("PT ");
if (GSConfig.HWDownloadMode != GSHardwareDownloadMode::Enabled)
APPEND("DL={} ", static_cast<unsigned>(GSConfig.HWDownloadMode));
if (GSConfig.HWMipmap != HWMipmapLevel::Automatic)
APPEND("MM={} ", static_cast<unsigned>(GSConfig.HWMipmap));