mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Cleanup
This commit is contained in:
parent
c68cd7851a
commit
ff8463ef86
@ -320,13 +320,14 @@ static void *win32_display_server_get_resolution_list(
|
|||||||
#endif
|
#endif
|
||||||
struct video_display_config *conf = NULL;
|
struct video_display_config *conf = NULL;
|
||||||
|
|
||||||
if (win32_get_video_output(&dm, -1, sizeof(dm))) {
|
if (win32_get_video_output(&dm, -1, sizeof(dm)))
|
||||||
curr_width = dm.dmPelsWidth;
|
{
|
||||||
curr_height = dm.dmPelsHeight;
|
curr_width = dm.dmPelsWidth;
|
||||||
curr_bpp = dm.dmBitsPerPel;
|
curr_height = dm.dmPelsHeight;
|
||||||
curr_refreshrate = dm.dmDisplayFrequency;
|
curr_bpp = dm.dmBitsPerPel;
|
||||||
|
curr_refreshrate = dm.dmDisplayFrequency;
|
||||||
#if _WIN32_WINNT >= 0x0500
|
#if _WIN32_WINNT >= 0x0500
|
||||||
curr_orientation = dm.dmDisplayOrientation;
|
curr_orientation = dm.dmDisplayOrientation;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user