mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
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:
parent
ac2ebd264d
commit
0f555d3a47
2 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue