1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 21:16:51 +00:00

Deploying to gh-pages from @ sehugg/8bitworkshop@4b88223d04 🚀

This commit is contained in:
sehugg
2022-10-04 16:36:00 +00:00
parent 505acd7b81
commit 3649710d92
15 changed files with 27 additions and 18 deletions
+5 -1
View File
@@ -1941,7 +1941,11 @@ function setupDebugControls() {
$("#item_download_rom").click(_downloadROMImage);
$("#item_download_file").click(_downloadSourceFile);
$("#item_download_zip").click(_downloadProjectZipFile);
$("#item_download_sym").click(_downloadSymFile);
if (platform.getDebugSymbolFile) {
$("#item_download_sym").click(_downloadSymFile);
} else {
$("#item_download_sym").hide();
}
$("#item_download_allzip").click(_downloadAllFilesZipFile);
$("#item_record_video").click(_recordVideo);
if (platform_id.startsWith('apple2') || platform_id.startsWith('vcs')) // TODO: look for function