1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-28 03:39:59 +00:00

Update dispserv_win32.c

This commit is contained in:
alphanu1 2020-07-28 22:41:56 +01:00
parent d3a2f2f921
commit 7e39a4a25c

@ -220,7 +220,7 @@ static bool win32_display_server_set_window_decorations(void *data, bool on)
}
static bool win32_display_server_set_resolution(void *data,
unsigned width, unsigned height, int int_hz, float hz, int center, int monitor_index, int xoffset)
unsigned width, unsigned height, int int_hz, float hz, int center, int monitor_index, int xoffset, int padjust)
{
DEVMODE dm = {0};
LONG res = 0;