mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Eliminate TVtxDesc.GetLegacyHex
This commit is contained in:
parent
820d9ffbfa
commit
1500a0119b
5 changed files with 6 additions and 20 deletions
|
@ -29,7 +29,8 @@ TEST(VertexLoaderUID, UniqueEnough)
|
|||
memset(&vat, 0, sizeof(vat));
|
||||
uids.insert(VertexLoaderUID(vtx_desc, vat));
|
||||
|
||||
vtx_desc.SetLegacyHex(0xFEDCBA9876543210ull);
|
||||
vtx_desc.low.Hex = 0x76543210;
|
||||
vtx_desc.high.Hex = 0xFEDCBA98;
|
||||
EXPECT_EQ(uids.end(), uids.find(VertexLoaderUID(vtx_desc, vat)));
|
||||
uids.insert(VertexLoaderUID(vtx_desc, vat));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue