|
|
@ -51,7 +51,7 @@ bool SessionRequestManager::HasSessionRequestHandler(const HLERequestContext& co |
|
|
LOG_CRITICAL(IPC, "object_id {} is too big!", object_id); |
|
|
LOG_CRITICAL(IPC, "object_id {} is too big!", object_id); |
|
|
return false; |
|
|
return false; |
|
|
} |
|
|
} |
|
|
return DomainHandler(object_id - 1).lock() != nullptr; |
|
|
|
|
|
|
|
|
return !DomainHandler(object_id - 1).expired(); |
|
|
} else { |
|
|
} else { |
|
|
return session_handler != nullptr; |
|
|
return session_handler != nullptr; |
|
|
} |
|
|
} |
|
|
|