Commit bb3cb4f42ae7870dcee2df4e0c50b59e178d244a

Eric Wing 2016-04-04T19:25:24

overscan (feature for SDL_RenderSetLogicalSize): Fix to ignore overscan hint when using the Direct3D 9 backend. D39 does not support negative viewport values which the current implementation relies on. D3D11 does support negative viewport values so that will continue working. Refer to Bug 2799.