Merge pull request #6546 from fr500/master

cleanup
This commit is contained in:
Twinaphex 2018-04-09 00:04:42 +02:00 committed by GitHub
commit d5860a4f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -298,7 +298,6 @@ void input_remapping_set_defaults(bool deinit)
} }
for (j = RARCH_FIRST_CUSTOM_BIND; j < RARCH_FIRST_CUSTOM_BIND + 8; j++) for (j = RARCH_FIRST_CUSTOM_BIND; j < RARCH_FIRST_CUSTOM_BIND + 8; j++)
{ {
RARCH_LOG("******************User: %d Val: %d\n", i, j );
settings->uints.input_remap_ids[i][j] = j; settings->uints.input_remap_ids[i][j] = j;
} }