Silence warning - second param for rc_alloc should be of type int32_t

This commit is contained in:
libretroadmin 2024-09-14 23:41:58 +02:00
parent b557bc9523
commit 0a396f0e71
1 changed files with 2 additions and 2 deletions

View File

@ -316,7 +316,7 @@ int rc_runtime_activate_lboard(rc_runtime_t* self, uint32_t id, const char* mema
rc_lboard_t* lboard;
rc_parse_state_t parse;
rc_runtime_lboard_t* runtime_lboard;
int size;
int32_t size;
uint32_t i;
if (memaddr == 0)