mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +00:00
Apparently not available
This commit is contained in:
parent
2c409c606e
commit
41d2ebf8b5
@ -632,7 +632,9 @@ d3d11_gfx_init(const video_info_t* video, const input_driver_t** input, void** i
|
||||
desc.OutputWindow = main_window.hwnd;
|
||||
desc.SampleDesc.Count = 1;
|
||||
desc.SampleDesc.Quality = 0;
|
||||
#if 0
|
||||
desc.Scaling = DXGI_SCALING_STRETCH;
|
||||
#endif
|
||||
desc.Windowed = TRUE;
|
||||
#if defined(WINAPI_FAMILY) && (WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP)
|
||||
/* On phone, no swap effects are supported. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user