mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Changes to stop unwanted resolution change for non CRT users
This commit is contained in:
parent
90d62fd0cc
commit
1f8540ca9d
@ -101,7 +101,8 @@ static void* win32_display_server_init(void)
|
||||
|
||||
static void win32_display_server_destroy(void *data)
|
||||
{
|
||||
video_display_server_switch_resolution(orig_width, orig_height,
|
||||
if (orig_width > 0 && orig_height > 0 )
|
||||
video_display_server_switch_resolution(orig_width, orig_height,
|
||||
0, 60);
|
||||
|
||||
dispserv_win32_t *dispserv = (dispserv_win32_t*)data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user