mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 06:50:32 +00:00
(core_info.c) Get rid of potential uninitialized variable warning
This commit is contained in:
parent
a3b5d8d7d7
commit
61f0ec3e25
@ -64,7 +64,7 @@ static void core_info_list_resolve_all_firmware(core_info_list_t *core_info_list
|
||||
if (!info->data)
|
||||
continue;
|
||||
|
||||
unsigned count;
|
||||
unsigned count = 0;
|
||||
if (!config_get_uint(info->data, "firmware_count", &count))
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user