mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 01:16:26 +00:00
Windows: Always set the system timer resolution to 1ms by default.
An existing hint lets apps that don't need the timer resolution changed avoid this, to save battery, etc, but this fixes several problems in timing, audio callbacks not firing fast enough, etc. Fixes Bugzilla #2944.
This commit is contained in:
4
premake/Xcode-iOS/build-scripts/clean_premake.command
Executable file
4
premake/Xcode-iOS/build-scripts/clean_premake.command
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# change to directory above command file
|
||||
cd `dirname $0`/..
|
||||
`dirname $0`/premake4 --file=../premake4.lua --to=./Xcode-iOS --ios clean
|
BIN
premake/Xcode-iOS/build-scripts/premake4
Executable file
BIN
premake/Xcode-iOS/build-scripts/premake4
Executable file
Binary file not shown.
4
premake/Xcode-iOS/build-scripts/xcode3.command
Executable file
4
premake/Xcode-iOS/build-scripts/xcode3.command
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# change to directory above command file
|
||||
cd `dirname $0`/..
|
||||
`dirname $0`/premake4 --file=../premake4.lua --to=./Xcode-iOS --ios xcode3
|
4
premake/Xcode-iOS/build-scripts/xcode4.command
Executable file
4
premake/Xcode-iOS/build-scripts/xcode4.command
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# change to directory above command file
|
||||
cd `dirname $0`/..
|
||||
`dirname $0`/premake4 --file=../premake4.lua --to=./Xcode-iOS --ios xcode4
|
Reference in New Issue
Block a user