mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-04 16:15:43 -04:00
HostInterface: Fix incorrect translation context in CPU mode switch string
This commit is contained in:
parent
414bc30f24
commit
2b2a868fef
@ -595,7 +595,7 @@ void HostInterface::CheckForSettingsChanges(const Settings& old_settings)
|
||||
{
|
||||
AddFormattedOSDMessage(
|
||||
5.0f, TranslateString("OSDMessage", "Switching to %s CPU execution mode."),
|
||||
TranslateString("OSDMessage", Settings::GetCPUExecutionModeDisplayName(g_settings.cpu_execution_mode))
|
||||
TranslateString("CPUExecutionMode", Settings::GetCPUExecutionModeDisplayName(g_settings.cpu_execution_mode))
|
||||
.GetCharArray());
|
||||
CPU::CodeCache::Reinitialize();
|
||||
CPU::ClearICache();
|
||||
|
Loading…
x
Reference in New Issue
Block a user