mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 00:35:46 -04:00
Add usage description for Show CPU Usage
Unlike other display options, this one was missing a description. This clarifies the option's purpose and the fact that it displays the host's CPU usage, not the emulated system's CPU usage.
This commit is contained in:
@ -2364,7 +2364,7 @@ void FullscreenUI::DrawInterfaceSettingsPage()
|
||||
"corner of the display.",
|
||||
"Display", "ShowFPS", false);
|
||||
DrawToggleSetting(bsi, ICON_FA_BATTERY_HALF " Show CPU Usage",
|
||||
"Shows the CPU usage based on threads in the top-right corner of the display.", "Display",
|
||||
"Shows the host's CPU usage based on threads in the top-right corner of the display.", "Display",
|
||||
"ShowCPU", false);
|
||||
DrawToggleSetting(bsi, ICON_FA_SPINNER " Show GPU Usage",
|
||||
"Shows the host's GPU usage in the top-right corner of the display.", "Display", "ShowGPU", false);
|
||||
|
Reference in New Issue
Block a user