From 8722b9cfb59c6a337e990545e7ebb42269bfbede Mon Sep 17 00:00:00 2001 From: Matthew Parlane Date: Sun, 6 Oct 2013 16:22:44 +1300 Subject: [PATCH] Missing break for IOCTL_ES_DELETETITLECONTENT --- Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_es.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_es.cpp b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_es.cpp index 98e77c7695..f0ea0d545f 100644 --- a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_es.cpp +++ b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_es.cpp @@ -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");