mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-24 17:11:02 +00:00
WinRT: cleaned up section headers
This commit is contained in:
parent
7798b4d62a
commit
4eef8bbc11
|
@ -1,5 +1,5 @@
|
||||||
WinRT
|
WinRT
|
||||||
================================================================================
|
=====
|
||||||
|
|
||||||
SDL/WinRT layer allows SDL2-based applications to run on many of Microsoft's
|
SDL/WinRT layer allows SDL2-based applications to run on many of Microsoft's
|
||||||
platforms that utilize the "Windows Runtime" (aka "WinRT") APIs. WinRT apps
|
platforms that utilize the "Windows Runtime" (aka "WinRT") APIs. WinRT apps
|
||||||
|
@ -15,9 +15,9 @@ To note, WinRT applications that run on Windows 8.x and/or Windows RT are often
|
||||||
called "Windows Store" apps.
|
called "Windows Store" apps.
|
||||||
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
|
||||||
Requirements
|
Requirements
|
||||||
--------------------------------------------------------------------------------
|
------------
|
||||||
|
|
||||||
- Microsoft Visual C++ 2012 -- Free, "Express" editions may be used, so long
|
- Microsoft Visual C++ 2012 -- Free, "Express" editions may be used, so long
|
||||||
as they include support for either "Windows Store" or "Windows Phone" apps.
|
as they include support for either "Windows Store" or "Windows Phone" apps.
|
||||||
(NOTE: MSVC 2013 support is pending. 2012 projects may be converted to 2013
|
(NOTE: MSVC 2013 support is pending. 2012 projects may be converted to 2013
|
||||||
|
@ -26,9 +26,9 @@ Requirements
|
||||||
rather by Microsoft's Visual C++ toolchain.
|
rather by Microsoft's Visual C++ toolchain.
|
||||||
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
|
||||||
TODO
|
TODO
|
||||||
--------------------------------------------------------------------------------
|
----
|
||||||
|
|
||||||
- Finish adding support for MSVC 2013, and "Universal" WinRT apps, which
|
- Finish adding support for MSVC 2013, and "Universal" WinRT apps, which
|
||||||
support Windows 8.1, Windows Phone 8.1, and in the future, Xbox One and
|
support Windows 8.1, Windows Phone 8.1, and in the future, Xbox One and
|
||||||
Windows Desktop.
|
Windows Desktop.
|
||||||
|
|
Loading…
Reference in a new issue