Ryujinx-SDL/src/video/winrt
David Ludwig 781455fd8b WinRT: workaround for a possible bug in the Win10 Store's Certification Kit
DXGI fails to report any displays in at least one of the
"Windows App Certification Kit 10.0"'s tests for Store Apps.  This was
causing SDL's video initialization code to fail, when the suspect test
("Direct3D Feature Test") was run, as DXGI was unable to report a
display-output at adapter-index 0, output-index 0.

The workaround that is applied here attempts to detect this case, then
use a hopefully-reasonable alternative means to calculate at least one
display output.
2015-12-06 17:06:40 -05:00
..
SDL_winrtevents_c.h WinRT: lots of display and windowing related fixes 2015-11-26 00:41:39 -05:00
SDL_winrtevents.cpp Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_winrtkeyboard.cpp Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_winrtmessagebox.cpp Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_winrtmessagebox.h Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_winrtmouse_c.h Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_winrtmouse.cpp Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_winrtopengles.cpp Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_winrtopengles.h Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_winrtpointerinput.cpp WinRT: lots of display and windowing related fixes 2015-11-26 00:41:39 -05:00
SDL_winrtvideo_cpp.h WinRT: added Win10/UWP (Universal Windows Platform) support 2015-11-29 19:33:11 -05:00
SDL_winrtvideo.cpp WinRT: workaround for a possible bug in the Win10 Store's Certification Kit 2015-12-06 17:06:40 -05:00