mirror of
https://github.com/skoelle/marcer-gamedvd-launcher.git
synced 2026-09-17 18:50:25 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d9a73ebf6 | ||
|
|
0cc389ff5d | ||
|
|
305588da8f | ||
|
|
bc39039c3c |
@@ -0,0 +1,6 @@
|
||||
title: "Marcer GameDVD Launcher"
|
||||
emoji: "🕹️"
|
||||
category: code
|
||||
subcategory: "Retro"
|
||||
status: active
|
||||
stack: [C#, .NET, Console]
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user