Merge pull request #13998 from sonninnos/win32-fs-log

(WIN32) Fix video resolution logging
This commit is contained in:
LibretroAdmin 2022-06-01 16:59:43 +01:00 committed by GitHub
commit 9fbf1c846f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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. */