mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-14 22:52:39 +00:00
hle: kernel: KServerSession: Use ASSERT_MSG where appropriate.
This commit is contained in:
@@ -123,7 +123,7 @@ ResultCode KServerSession::QueueSyncRequest(KThread* thread, Core::Memory::Memor
|
||||
strong_ptr->QueueSyncRequest(*parent, std::move(context));
|
||||
return ResultSuccess;
|
||||
} else {
|
||||
ASSERT(false, "strong_ptr was nullptr!");
|
||||
ASSERT_MSG(false, "strong_ptr was nullptr!");
|
||||
}
|
||||
|
||||
return ResultSuccess;
|
||||
|
||||
Reference in New Issue
Block a user