mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-18 00:18:22 +00:00
(MSVC) core_info.c - Fix signed/unsigned mismatch warning
This commit is contained in:
parent
b25d96e51b
commit
bff4bc6c7e
@ -433,7 +433,7 @@ core_info_list_t *core_info_list_get(void)
|
||||
|
||||
const core_info_t *core_info_list_get_by_id(const char* core_id)
|
||||
{
|
||||
int i;
|
||||
unsigned i;
|
||||
const core_info_list_t* cores = (const core_info_list_t*)core_info_list_get();
|
||||
|
||||
if (core_id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user