4 Commits
Author SHA1 Message Date
stefankoelle 7d9a73ebf6 moonweb.yml 2026-08-14 23:54:35 +02:00
stefankoelle 0cc389ff5d demo.sh update 2026-08-11 21:14:06 +02:00
stefankoelle 305588da8f help box sorted 2026-08-11 21:07:08 +02:00
stefankoelle bc39039c3c help box updated 2026-08-11 21:05:19 +02:00
3 changed files with 13 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
title: "Marcer GameDVD Launcher"
emoji: "🕹️"
category: code
subcategory: "Retro"
status: active
stack: [C#, .NET, Console]
+1
View File
@@ -166,6 +166,7 @@ HATARI_FAKE="$DEMO_DIR/hatari.exe"
cat > "$HATARI_FAKE" <<'HATEXEC'
#!/bin/bash
echo "[DEMO] Hatari would launch with: $0 $@"
read -n 1 -r -p $'Press any key to continue... '
HATEXEC
chmod +x "$HATARI_FAKE"
+6 -7
View File
@@ -168,14 +168,13 @@ namespace MarcerGameDvdLauncher
return [
" Help — Key Bindings",
" ",
" ↑ / ↓ Move selection up / down",
" Enter / → Open folder / launch ZIP with Hatari",
" ↑ / ↓ Move selection up / down",
" PgUp / PgDn Jump one page up / down",
" Enter / → Open folder / launch ZIP with Hatari",
" * Toggle favorite on selected ZIP",
" ← / Backspace Go up one directory (never exceeds root)",
" ESC / q Exit the program",
" PgUp Jump one page up",
" PgDn Jump one page down",
" * Toggle favorite on selected ZIP",
" ? Show this help",
" ? Show this help",
" ESC / q Exit the program",
" ",
" Navigation is strictly limited to RootDirectory.",
" The overlay shows both root and patch layers combined.",