mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-15 22:12:05 +00:00
Merge pull request #8269 from lioncash/osd-move
VideoCommon/OnScreenDisplay: Minor cleanup
This commit is contained in:
commit
22ed2c0e0c
8 changed files with 27 additions and 27 deletions
|
@ -337,7 +337,7 @@ void HotkeyScheduler::Run()
|
|||
OSD::AddMessage("Internal Resolution: Native");
|
||||
break;
|
||||
default:
|
||||
OSD::AddMessage("Internal Resolution: %dx", g_Config.iEFBScale);
|
||||
OSD::AddMessage(StringFromFormat("Internal Resolution: %dx", g_Config.iEFBScale));
|
||||
break;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue