Merge branch 'master' of github.com:MiSTer-devel/Main_MiSTer

This commit is contained in:
Sorgelig
2021-10-10 19:12:01 +08:00
4 changed files with 84 additions and 36 deletions

View File

@@ -4423,6 +4423,10 @@ int input_test(int getchar)
if (len > 4 && !strcasecmp(cmd + len - 4, ".mra")) arcade_load(cmd + 10);
else fpga_load_rbf(cmd + 10);
}
else if (!strncmp(cmd, "screenshot", 10))
{
user_io_screenshot_cmd(cmd);
}
}
}