mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
formatting: Unify indentation type in the newly added files to tabs
This commit is contained in:
parent
bad4d1ff05
commit
48407752a6
2 changed files with 185 additions and 185 deletions
|
@ -107,7 +107,7 @@ void VKGSRender::advance_queued_frames()
|
|||
// m_rtts storage is double buffered and should be safe to tag on frame boundary
|
||||
m_rtts.free_invalidated();
|
||||
|
||||
//texture cache is also double buffered to prevent use-after-free
|
||||
// Texture cache is also double buffered to prevent use-after-free
|
||||
m_texture_cache.on_frame_end();
|
||||
m_samplers_dirty.store(true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue