diff --git a/core/cfg/option.cpp b/core/cfg/option.cpp index 095f97f48..68c62bcba 100644 --- a/core/cfg/option.cpp +++ b/core/cfg/option.cpp @@ -107,9 +107,9 @@ Option PerPixelLayers("rend.PerPixelLayers", 32); Option NativeDepthInterpolation("rend.NativeDepthInterpolation", false); Option EmulateFramebuffer("rend.EmulateFramebuffer", false); #ifdef VIDEO_ROUTING -Option VideoRouting("rend.VideoRouting", false); -Option VideoRoutingScale("rend.VideoRoutingScale", false); -Option VideoRoutingVRes("rend.VideoRoutingVRes", 720); +Option VideoRouting("rend.VideoRouting", false); +Option VideoRoutingScale("rend.VideoRoutingScale", false); +Option VideoRoutingVRes("rend.VideoRoutingVRes", 720); #endif // Misc diff --git a/core/cfg/option.h b/core/cfg/option.h index 9b8557811..4e7489703 100644 --- a/core/cfg/option.h +++ b/core/cfg/option.h @@ -469,9 +469,9 @@ extern Option DupeFrames; extern Option NativeDepthInterpolation; extern Option EmulateFramebuffer; #ifdef VIDEO_ROUTING -extern Option VideoRouting; -extern Option VideoRoutingScale; -extern Option VideoRoutingVRes; +extern Option VideoRouting; +extern Option VideoRoutingScale; +extern Option VideoRoutingVRes; #endif // Misc