This commit is contained in:
2024-10-03 13:16:04 +02:00
15 changed files with 85 additions and 48 deletions

View File

@@ -77,7 +77,7 @@ void loadConfig()
for (int i=0; i<6; ++i)
{
const int value = SDL_atoi( file::getConfigValue(nombotons[i]).c_str() );
if (value != 0) config::defineKey(i, value);
if (value != 0) config::definePadBtn(i, value);
}
}