mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Increase maximum wait time for program to start to 1 second. Refs #1243
This commit is contained in:
@@ -28,8 +28,10 @@
|
||||
|
||||
extern char **environ;
|
||||
|
||||
// we wait 1ns, then 2ns, then 4ns, etc so our total is 0xfff etc
|
||||
// 0xfffff == ~1s
|
||||
#define INITIAL_WAIT_TIME 1
|
||||
#define MAX_WAIT_TIME 128000
|
||||
#define MAX_WAIT_TIME 0xfffff
|
||||
|
||||
char **GetCurrentEnvironment()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user