mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-31 01:25:18 +01:00
Try to get rid of SIZE_32 macro
This commit is contained in:
@@ -92,7 +92,7 @@ namespace psf
|
||||
return std::min(m_max_size, ::narrow<u32>(m_value_string.size() + (m_type == format::string)));
|
||||
|
||||
case format::integer:
|
||||
return SIZE_32(u32);
|
||||
return sizeof(u32);
|
||||
}
|
||||
|
||||
fmt::throw_exception("Invalid format (0x%x)" HERE, m_type);
|
||||
|
||||
Reference in New Issue
Block a user