mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
Fix various minor warnings.
This commit is contained in:
@@ -1656,7 +1656,7 @@ static void __ReportThreadQueueEmpty() {
|
||||
int idleStatus1 = -1;
|
||||
if (idleThread1) {
|
||||
idleThread1->GetQuickInfo(idleDescription1, sizeof(idleDescription1));
|
||||
idleStatus1 = idleThread0->nt.status;
|
||||
idleStatus1 = idleThread1->nt.status;
|
||||
} else {
|
||||
sprintf(idleDescription1, "DELETED");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user