mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-03 14:23:04 +00:00
Port #4182 from Citra: "Prefix all size_t with std::"
This commit is contained in:
@@ -81,7 +81,7 @@ void WaitObject::WakeupWaitingThread(SharedPtr<Thread> thread) {
|
||||
}
|
||||
}
|
||||
|
||||
size_t index = thread->GetWaitObjectIndex(this);
|
||||
std::size_t index = thread->GetWaitObjectIndex(this);
|
||||
|
||||
for (auto& object : thread->wait_objects)
|
||||
object->RemoveWaitingThread(thread.get());
|
||||
|
||||
Reference in New Issue
Block a user