Fixed double declaration of variable
This commit is contained in:
parent
2f93e56562
commit
6983125950
1 changed files with 1 additions and 1 deletions
|
@ -2830,7 +2830,7 @@ static int cfgfile_parse_host(struct uae_prefs* p, TCHAR* option, TCHAR* value)
|
||||||
|
|
||||||
#ifdef AMIBERRY
|
#ifdef AMIBERRY
|
||||||
// custom options LOADING
|
// 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 = {};
|
struct joypad_map_layout tempcustom = {};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue