Skip to content

Commit

Permalink
Merge pull request #3082 from rohit-n/shadow
Browse files Browse the repository at this point in the history
Silence -Wshadow warning.
  • Loading branch information
degasus committed Sep 23, 2015
2 parents 213d11d + a48e425 commit 9ac7e13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/VideoCommon/BPStructs.cpp
Expand Up @@ -476,7 +476,6 @@ static void BPWritten(const BPCmd& bp)

// AR and GB tiles are stored in separate TMEM banks => can't use a single memcpy for everything
u32 tmem_addr_odd = tmem_cfg.preload_tmem_odd * TMEM_LINE_SIZE;
u32 bytes_read = 0;

for (u32 i = 0; i < tmem_cfg.preload_tile_info.count; ++i)
{
Expand Down

0 comments on commit 9ac7e13

Please sign in to comment.