Fix doubled fps not applied on common resolutions
This commit is contained in:
+1
-1
@@ -282,7 +282,7 @@ namespace proc {
|
|||||||
// Don't change display settings when no params are given
|
// Don't change display settings when no params are given
|
||||||
if (launch_session->width && launch_session->height && launch_session->fps) {
|
if (launch_session->width && launch_session->height && launch_session->fps) {
|
||||||
// Apply display settings
|
// Apply display settings
|
||||||
VDISPLAY::changeDisplaySettings(vdisplayName.c_str(), render_width, render_height, launch_session->fps);
|
VDISPLAY::changeDisplaySettings(vdisplayName.c_str(), render_width, render_height, target_fps);
|
||||||
}
|
}
|
||||||
// Set virtual_display to true when everything went fine
|
// Set virtual_display to true when everything went fine
|
||||||
this->virtual_display = true;
|
this->virtual_display = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user