(WIN32) Fix video resolution logging

This commit is contained in:
sonninnos 2022-06-01 18:45:33 +03:00
parent a92a37e3f4
commit 5bf82038ad

View File

@ -2155,7 +2155,7 @@ void win32_set_style(MONITORINFOEX *current_mon, HMONITOR *hm_to_use,
(int)refresh_rate, current_mon->szDevice))
{
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. */