mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-08 18:36:28 +00:00
Fix CXX_BUILD warning
This commit is contained in:
parent
08ae9df639
commit
b673f2c14f
@ -288,7 +288,8 @@ static int action_left_video_resolution(unsigned type, const char *label,
|
||||
static int playlist_association_left(unsigned type, const char *label,
|
||||
bool wraparound)
|
||||
{
|
||||
int i, next, found, current = 0;
|
||||
unsigned i;
|
||||
int next, found, current = 0;
|
||||
char core_path[PATH_MAX_LENGTH] = {0};
|
||||
char new_playlist_cores[PATH_MAX_LENGTH] = {0};
|
||||
global_t *global = global_get_ptr();
|
||||
|
Loading…
x
Reference in New Issue
Block a user