mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Add this to d3d_alive
This commit is contained in:
parent
f6ca860bc9
commit
8efa2b146e
@ -873,6 +873,9 @@ static bool d3d_alive(void *data)
|
||||
bool quit = false;
|
||||
bool resize = false;
|
||||
|
||||
/* Needed because some context drivers don't track their sizes */
|
||||
video_driver_get_size(&temp_width, &temp_height);
|
||||
|
||||
size_data.quit = &quit;
|
||||
size_data.resize = &resize;
|
||||
size_data.width = &temp_width;
|
||||
|
Loading…
x
Reference in New Issue
Block a user