mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(Apple) Hook up RARCH_CMD_RESIZE_WINDOWED_SCALE
This commit is contained in:
parent
9b4c794261
commit
b27aa5e8e1
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user