mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-06 04:35:51 +00:00
Fix missed reference to steady_clock
This commit is contained in:
parent
78bcba85e2
commit
2894ddb768
@ -90,7 +90,7 @@ bool CResFactory::AsyncIdle(std::chrono::nanoseconds target) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} while (std::chrono::duration_cast<std::chrono::nanoseconds>(std::chrono::steady_clock::now() - startTime) <
|
} while (std::chrono::duration_cast<std::chrono::nanoseconds>(std::chrono::high_resolution_clock::now() - startTime) <
|
||||||
target);
|
target);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user