mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
(WIN32) Fix video resolution logging
This commit is contained in:
parent
a92a37e3f4
commit
5bf82038ad
@ -2155,7 +2155,7 @@ void win32_set_style(MONITORINFOEX *current_mon, HMONITOR *hm_to_use,
|
|||||||
(int)refresh_rate, current_mon->szDevice))
|
(int)refresh_rate, current_mon->szDevice))
|
||||||
{
|
{
|
||||||
RARCH_LOG("[Video]: Fullscreen set to %ux%u @ %uHz on device %s.\n",
|
RARCH_LOG("[Video]: Fullscreen set to %ux%u @ %uHz on device %s.\n",
|
||||||
width, height, (int)refresh_rate, current_mon->szDevice);
|
*width, *height, (int)refresh_rate, current_mon->szDevice);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Display settings might have changed, get new coordinates. */
|
/* Display settings might have changed, get new coordinates. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user