(Apple) Hook up RARCH_CMD_RESIZE_WINDOWED_SCALE

This commit is contained in:
Twinaphex 2014-10-29 06:34:07 +01:00
parent 9b4c794261
commit b27aa5e8e1

View File

@ -347,6 +347,13 @@ static char** waiting_argv;
cmd = RARCH_CMD_NONE;
break;
}
if (sender_tag >= 10 && sender_tag <= 19)
{
unsigned idx = (sender_tag - (10-1));
g_extern.pending.windowed_scale = idx;
cmd = RARCH_CMD_RESIZE_WINDOWED_SCALE;
}
rarch_main_command(cmd);
}