mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 23:27:13 +02:00
Add warning logging if we can't find a 1.x Oculus dll
This commit is contained in:
parent
bd9813bbf5
commit
78626f7938
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ bool oculusAvailable() {
|
|||
// HACK Explicitly check for the presence of the 1.0 runtime DLL, and fail if it
|
||||
// doesn't exist
|
||||
if (!QFile(GOOD_OCULUS_RUNTIME_FILE).exists()) {
|
||||
qCWarning(oculus) << "Oculus Runtime detected, but no 1.x DLL present.";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue