GPU/HW: Fix typo in –IncludeVRAMDirtyRectangle() name

This commit is contained in:
Connor McLaughlin
2021-02-07 20:00:16 +10:00
parent 4a240958ff
commit c043643c4d
5 changed files with 9 additions and 9 deletions

View File

@ -194,7 +194,7 @@ protected:
m_draw_mode.SetTexturePageChanged();
}
void ClearVRAMDirtyRectangle() { m_vram_dirty_rect.SetInvalid(); }
void IncludeVRAMDityRectangle(const Common::Rectangle<u32>& rect);
void IncludeVRAMDirtyRectangle(const Common::Rectangle<u32>& rect);
bool IsFlushed() const { return m_batch_current_vertex_ptr == m_batch_start_vertex_ptr; }