mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Eliminate TVtxDesc.GetLegacyHex
This commit is contained in:
parent
820d9ffbfa
commit
1500a0119b
5 changed files with 6 additions and 20 deletions
|
@ -24,8 +24,8 @@ public:
|
|||
VertexLoaderUID() {}
|
||||
VertexLoaderUID(const TVtxDesc& vtx_desc, const VAT& vat)
|
||||
{
|
||||
vid[0] = vtx_desc.GetLegacyHex0();
|
||||
vid[1] = vtx_desc.GetLegacyHex1();
|
||||
vid[0] = vtx_desc.low.Hex;
|
||||
vid[1] = vtx_desc.high.Hex;
|
||||
vid[2] = vat.g0.Hex;
|
||||
vid[3] = vat.g1.Hex;
|
||||
vid[4] = vat.g2.Hex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue