activate controllers

Looney Tunes B-Ball multitap
This commit is contained in:
retrotalker 2018-08-18 13:58:17 -05:00 committed by GitHub
parent ade94ccac6
commit 88222bcd8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -575,6 +575,8 @@ void retro_set_controller_port_device(unsigned port, unsigned device)
log_cb(RETRO_LOG_ERROR, "Invalid device (%d).\n", device);
break;
}
S9xControlsSoftReset();
}
else if(device != RETRO_DEVICE_NONE)
log_cb(RETRO_LOG_INFO, "Nonexistent Port (%d).\n", port);