mirror of
https://github.com/encounter/SDL.git
synced 2025-12-18 01:15:24 +00:00
WinRT: fixed bug whereby SDL would override an app's default orientation
WinRT apps can set a default, preferred orientation via a .appxmanifest file. SDL was overriding this on app startup, and making the app use all possible orientations (landscape and portrait). Thanks to Eric Wing for the heads up on this!
This commit is contained in:
5
premake/Cygwin/build-scripts/make.debug.bat
Executable file
5
premake/Cygwin/build-scripts/make.debug.bat
Executable file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
echo This script assumes Cygwin's make utility is in your Path
|
||||
cd ..
|
||||
make config=debug
|
||||
pause
|
||||
Reference in New Issue
Block a user