mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-10 16:25:30 +00:00
70438be272
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!
5 lines
157 B
Batchfile
Executable file
5 lines
157 B
Batchfile
Executable file
@echo off
|
|
cd ..\VS2010
|
|
call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
|
|
msbuild /m SDL.sln /property:Configuration=Debug
|
|
pause |