VideoCore: Rename HWRasterizer methods to be less confusing
This commit is contained in:
parent
da80ece8b9
commit
03835d04f4
7 changed files with 22 additions and 22 deletions
|
@ -267,7 +267,7 @@ static void StartConversion(Service::Interface* self) {
|
|||
// dst_image_size would seem to be perfect for this, but it doesn't include the gap :(
|
||||
u32 total_output_size = conversion.input_lines *
|
||||
(conversion.dst.transfer_unit + conversion.dst.gap);
|
||||
VideoCore::g_renderer->hw_rasterizer->NotifyFlush(
|
||||
VideoCore::g_renderer->hw_rasterizer->InvalidateRegion(
|
||||
Memory::VirtualToPhysicalAddress(conversion.dst.address), total_output_size);
|
||||
|
||||
LOG_DEBUG(Service_Y2R, "called");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue