Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Missing break for IOCTL_ES_DELETETITLECONTENT
  • Loading branch information
Parlane committed Oct 6, 2013
1 parent a7d073b commit 8722b9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_es.cpp
Expand Up @@ -783,7 +783,8 @@ bool CWII_IPC_HLE_Device_es::IOCtlV(u32 _CommandAddress)
Memory::Write_U32(ES_PARAMTER_SIZE_OR_ALIGNMENT, _CommandAddress + 0x4);
}

}
}
break;
case IOCTL_ES_GETSTOREDTMDSIZE:
{
_dbg_assert_msg_(WII_IPC_ES, Buffer.NumberInBuffer == 1, "IOCTL_ES_GETSTOREDTMDSIZE no in buffer");
Expand Down

0 comments on commit 8722b9c

Please sign in to comment.