mirror of
https://github.com/holub/mame
synced 2025-07-06 02:18:09 +03:00
Fixed MT 06209 (part 3)
- fixed switchres option
This commit is contained in:
parent
f911dfcc39
commit
a6ccd3bc23
@ -838,7 +838,7 @@ try_again:
|
||||
m_presentation.MultiSampleType = D3DMULTISAMPLE_NONE;
|
||||
m_presentation.SwapEffect = D3DSWAPEFFECT_DISCARD;
|
||||
m_presentation.hDeviceWindow = win->platform_window<HWND>();
|
||||
m_presentation.Windowed = true; // !win->fullscreen() || win->win_has_menu();
|
||||
m_presentation.Windowed = !win->fullscreen() || !video_config.switchres || win->win_has_menu();
|
||||
m_presentation.EnableAutoDepthStencil = FALSE;
|
||||
m_presentation.AutoDepthStencilFormat = D3DFMT_D16;
|
||||
m_presentation.Flags = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user