mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 15:06:32 +00:00
As a last fallback for locating qrenderdoc, return the binary name
* This way if the binary is in the PATH somewhere but not in any of our expected locations, we can still execute it.
This commit is contained in:
@@ -130,8 +130,8 @@ string GetReplayAppFilename()
|
||||
}
|
||||
}
|
||||
|
||||
// out of ideas
|
||||
return "";
|
||||
// out of ideas, just return the filename and hope it's in PATH
|
||||
return "qrenderdoc";
|
||||
}
|
||||
|
||||
void GetDefaultFiles(const char *logBaseName, string &capture_filename, string &logging_filename,
|
||||
|
||||
Reference in New Issue
Block a user