mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Avoid one implicit conversion warning
This commit is contained in:
parent
0ffdd14940
commit
328ff1f0e9
@ -1246,7 +1246,7 @@ static bool netplay_handshake_sync(netplay_t *netplay,
|
|||||||
uint32_t cmd[4];
|
uint32_t cmd[4];
|
||||||
retro_ctx_memory_info_t mem_info;
|
retro_ctx_memory_info_t mem_info;
|
||||||
uint32_t client_num = 0;
|
uint32_t client_num = 0;
|
||||||
uint32_t sram_size = 0;
|
size_t sram_size = 0;
|
||||||
|
|
||||||
client_num = (uint32_t)(connection - netplay->connections + 1);
|
client_num = (uint32_t)(connection - netplay->connections + 1);
|
||||||
if (netplay->local_paused || netplay->remote_paused)
|
if (netplay->local_paused || netplay->remote_paused)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user