Fixed double declaration of variable

This commit is contained in:
Dimitris Panokostas 2020-06-14 18:19:38 +02:00
parent 2f93e56562
commit 6983125950

View file

@ -2830,7 +2830,7 @@ static int cfgfile_parse_host(struct uae_prefs* p, TCHAR* option, TCHAR* value)
#ifdef AMIBERRY
// custom options LOADING
for (auto i = 0; i < 4; ++i) // Loop 1 ... all 4 joyports
for (i = 0; i < 4; ++i) // Loop 1 ... all 4 joyports
{
struct joypad_map_layout tempcustom = {};