stratosphere: fix building with latest libnx
This commit is contained in:
@@ -44,7 +44,7 @@ namespace ams::os::impl {
|
||||
public:
|
||||
/* Wait. */
|
||||
WaitableHolderBase *WaitAny() {
|
||||
return this->WaitAnyImpl(true, U64_MAX);
|
||||
return this->WaitAnyImpl(true, std::numeric_limits<u64>::max());
|
||||
}
|
||||
|
||||
WaitableHolderBase *TryWaitAny() {
|
||||
|
||||
Reference in New Issue
Block a user