mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Cleanup another unused variable warning
This commit is contained in:
parent
0b92573fd1
commit
7ea91b4808
@ -257,8 +257,7 @@ static void save_state(void *data, size_t size)
|
||||
for (i = 0; i < MAX_PLAYERS; i++)
|
||||
{
|
||||
unsigned py = swap_if_little32((unsigned)g_state->player[i].py.u);
|
||||
unsigned dpy = swap_if_little32((unsigned)g_state->player[i].dpy.u);
|
||||
|
||||
|
||||
memcpy(buf, &py, sizeof(unsigned));
|
||||
buf += sizeof(uint16_t);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user