mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
IOS/ESFormats: Use SignedBlobReader for TMDs and tickets
This commit is contained in:
@ -76,7 +76,7 @@ void TMDReaderTest::TestGeneralInfo()
|
||||
|
||||
void TMDReaderTest::TestRawTMDAndView()
|
||||
{
|
||||
const std::vector<u8>& dolphin_tmd_bytes = m_tmd.GetRawTMD();
|
||||
const std::vector<u8>& dolphin_tmd_bytes = m_tmd.GetBytes();
|
||||
// Separate check because gtest prints neither the size nor the full buffer.
|
||||
EXPECT_EQ(m_raw_tmd.size(), dolphin_tmd_bytes.size());
|
||||
EXPECT_EQ(m_raw_tmd, dolphin_tmd_bytes);
|
||||
|
Reference in New Issue
Block a user