Replace format specifiers for all usages of ASSERT_MSG
This commit is contained in:
@@ -154,7 +154,7 @@ ResultCode HLERequestContext::PopulateFromIncomingCommandBuffer(const u32_le* sr
|
||||
break;
|
||||
}
|
||||
default:
|
||||
UNIMPLEMENTED_MSG("Unsupported handle translation: 0x%08X", descriptor);
|
||||
UNIMPLEMENTED_MSG("Unsupported handle translation: {:#X}", descriptor);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -218,7 +218,7 @@ ResultCode HLERequestContext::WriteToOutgoingCommandBuffer(u32_le* dst_cmdbuf, P
|
||||
break;
|
||||
}
|
||||
default:
|
||||
UNIMPLEMENTED_MSG("Unsupported handle translation: 0x%08X", descriptor);
|
||||
UNIMPLEMENTED_MSG("Unsupported handle translation: {:#X}", descriptor);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user