UI: Fix potential crash with unsupported video cards
If a video card is unsupported, it will attempt to initialize the stats window, querying values from a video subsystem that doesn't exist, and crash instead of alerting the user that their hardware is unsupported.
This commit is contained in:
parent
aafe08db5c
commit
36394ab08d
@ -2774,6 +2774,7 @@ int OBSBasic::ResetVideo()
|
||||
ResizeProgram(ovi.base_width, ovi.base_height);
|
||||
}
|
||||
|
||||
if (ret == OBS_VIDEO_SUCCESS)
|
||||
OBSBasicStats::InitializeValues();
|
||||
|
||||
return ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user