mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-21 10:15:42 -04:00
ImGuiManager: Include renderer in enhancement info
This commit is contained in:
parent
589785f8a0
commit
fd3de15589
@ -208,7 +208,7 @@ void ImGuiManager::DrawPerformanceOverlay()
|
|||||||
void ImGuiManager::DrawEnhancementsOverlay()
|
void ImGuiManager::DrawEnhancementsOverlay()
|
||||||
{
|
{
|
||||||
LargeString text;
|
LargeString text;
|
||||||
text.AppendString(Settings::GetConsoleRegionName(System::GetRegion()));
|
text.AppendFmtString("{} {}", Settings::GetConsoleRegionName(System::GetRegion()), Settings::GetRendererName(g_gpu->GetRendererType()));
|
||||||
|
|
||||||
if (g_settings.rewind_enable)
|
if (g_settings.rewind_enable)
|
||||||
text.AppendFormattedString(" RW=%g/%u", g_settings.rewind_save_frequency, g_settings.rewind_save_slots);
|
text.AppendFormattedString(" RW=%g/%u", g_settings.rewind_save_frequency, g_settings.rewind_save_slots);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user