mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Software Backend: Rename 'copy_region' to 'CopyRegion'
This commit is contained in:
parent
0f7f4ccaf9
commit
1a1c3560ce
3 changed files with 7 additions and 7 deletions
|
@ -44,8 +44,8 @@ void SWTexture::CopyRectangleFromTexture(const AbstractTexture* source,
|
|||
}
|
||||
else
|
||||
{
|
||||
copy_region(reinterpret_cast<const Pixel*>(software_source_texture->GetData()), srcrect,
|
||||
reinterpret_cast<Pixel*>(GetData()), dstrect);
|
||||
CopyRegion(reinterpret_cast<const Pixel*>(software_source_texture->GetData()), srcrect,
|
||||
reinterpret_cast<Pixel*>(GetData()), dstrect);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue