Silence -Wshadow warning.
This commit is contained in:
parent
213d11dc62
commit
a48e425f41
|
@ -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
|
// 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 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)
|
for (u32 i = 0; i < tmem_cfg.preload_tile_info.count; ++i)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue