mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Deleted a return that should not have been deleted.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6940 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
ee6d20e83a
commit
179fb38716
@ -177,6 +177,7 @@ void CpuThread(CEXIETHERNET *self)
|
||||
INFO_LOG(SP1, "Received %d bytes of data\n", self->mRecvBufferLength);
|
||||
self->mWaiting = false;
|
||||
self->handleRecvdPacket();
|
||||
return;
|
||||
}
|
||||
//sleep(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user