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:
commit
b72938c861
1638 changed files with 474370 additions and 0 deletions
4
premake/Xcode/build-scripts/xcode4.command
Executable file
4
premake/Xcode/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/Xcode4 xcode4
|
Loading…
Add table
Add a link
Reference in a new issue