Merge commit '57b0fe7fed8e8218d7c890cd40dea4fa93f121a5'

This commit is contained in:
Lior Halphon 2019-03-15 14:36:31 +02:00
commit 936afedb4b
1 changed files with 3 additions and 0 deletions

View File

@ -827,7 +827,10 @@ void retro_run(void)
check_variables();
if (emulated_devices == 2)
{
GB_update_keys_status(&gameboy[0], 0);
GB_update_keys_status(&gameboy[1], 1);
}
else if (emulated_devices == 1 && (model[0] == MODEL_SGB || model[0] == MODEL_SGB2))
{
for (unsigned i = 0; i < 4; i++)