mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(WIN32) Fix video resolution logging
This commit is contained in:
parent
a92a37e3f4
commit
5bf82038ad
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue