Ryujinx-SDL/src/timer
David Ludwig e6cca5e929 WinRT: build fix for Visual C++ 2013 Update 4
Visual C++ 2013 Update 4 re-introduced the Sleep() function to WinRT apps (for
code that targets Windows 8.1 and Windows Phone 8.1).  This led to a build
error, as SDL was defining it's own Sleep() function (to make up for the lack
of a public Sleep() function).  The fix makes sure that SDL's custom Sleep()
function is only used when Windows' Sleep() is not available.

Many thanks go out to Sergiu Marian Gaina for the fix!
2014-11-15 10:12:36 -05:00
..
dummy [X11] Reconcile logical keyboard state with physical state on FocusIn 2014-09-11 19:24:42 -07:00
haiku [X11] Reconcile logical keyboard state with physical state on FocusIn 2014-09-11 19:24:42 -07:00
psp [X11] Reconcile logical keyboard state with physical state on FocusIn 2014-09-11 19:24:42 -07:00
unix [X11] Reconcile logical keyboard state with physical state on FocusIn 2014-09-11 19:24:42 -07:00
windows WinRT: build fix for Visual C++ 2013 Update 4 2014-11-15 10:12:36 -05:00
SDL_timer_c.h [X11] Reconcile logical keyboard state with physical state on FocusIn 2014-09-11 19:24:42 -07:00
SDL_timer.c [X11] Reconcile logical keyboard state with physical state on FocusIn 2014-09-11 19:24:42 -07:00