mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-22 10:41:21 +00:00
remove unused variable
This commit is contained in:
parent
f11f892076
commit
a950bfbe3e
@ -195,8 +195,6 @@ void picoscale_upscale_rgb_snn_256_320x224_240(uint16_t *PICOSCALE_restrict di,
|
||||
{
|
||||
uint16_t y, j;
|
||||
|
||||
uint16_t *di_start = di;
|
||||
|
||||
for (y = 0; y < 224; y += 16)
|
||||
{
|
||||
for (j = 0; j < 8; j++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user