mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
Fix some compiler warnings
This commit is contained in:
@ -1085,7 +1085,7 @@ void USTimer(u32 param)
|
||||
printf("wifi: RX buffer full\n");
|
||||
RXTime = 0;
|
||||
SetStatus(1);
|
||||
if (TXCurSlot == -1)
|
||||
if (TXCurSlot == 0xFFFFFFFF)
|
||||
{
|
||||
ComStatus &= ~0x1;
|
||||
RXCounter = 0;
|
||||
|
Reference in New Issue
Block a user