Remove two references to DX9 in VideoCommon.

DX9 isn't a backend anymore, so may as well get rid of them
This commit is contained in:
Lioncash
2014-01-29 14:39:13 -05:00
parent ac2ebd264d
commit 0f555d3a47
2 changed files with 2 additions and 3 deletions

View File

@ -155,8 +155,7 @@ HWND Create(HWND hParent, HINSTANCE hInstance, const TCHAR *title)
{
// TODO:
// 1. Remove redundant window manipulation,
// 2. Make DX9 in fullscreen can be overlapped by other dialogs
// 3. Request window sizes which actually make the client area map to a common resolution
// 2. Request window sizes which actually make the client area map to a common resolution
HWND Ret;
int x=0, y=0, width=640, height=480;
Host_GetRenderWindowSize(x, y, width, height);