mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
Reverted experimental D3D fix, since it breaks switchres.
This commit is contained in:
parent
8c4ccedaff
commit
66bfa62aa5
@ -515,8 +515,8 @@ static int drawd3d_window_init(win_window_info *window)
|
||||
goto error;
|
||||
|
||||
// create the device immediately for the full screen case (defer for window mode)
|
||||
// if (window->fullscreen && device_create(window))
|
||||
// goto error;
|
||||
if (window->fullscreen && device_create(window))
|
||||
goto error;
|
||||
|
||||
return 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user