mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Fix code broken by merge
This commit is contained in:
parent
ad95454d04
commit
74c30d1784
1 changed files with 2 additions and 2 deletions
|
@ -116,8 +116,8 @@ int VertexLoaderX64::ReadVertex(OpArg data, u64 attribute, int format, int count
|
|||
{
|
||||
LoadAndSwap(32, scratch3, data);
|
||||
MOV(32, dest, R(scratch3));
|
||||
data.offset += sizeof(float);
|
||||
dest.offset += sizeof(float);
|
||||
data.AddMemOffset(sizeof(float));
|
||||
dest.AddMemOffset(sizeof(float));
|
||||
}
|
||||
return load_bytes;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue