mirror of
https://github.com/skoelle/marcer-gamedvd-launcher.git
synced 2026-09-18 03:00: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'
|
cat > "$HATARI_FAKE" <<'HATEXEC'
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo "[DEMO] Hatari would launch with: $0 $@"
|
echo "[DEMO] Hatari would launch with: $0 $@"
|
||||||
|
read -n 1 -r -p $'Press any key to continue... '
|
||||||
HATEXEC
|
HATEXEC
|
||||||
chmod +x "$HATARI_FAKE"
|
chmod +x "$HATARI_FAKE"
|
||||||
|
|
||||||
|
|||||||
@@ -169,13 +169,12 @@ namespace MarcerGameDvdLauncher
|
|||||||
" Help — Key Bindings",
|
" Help — Key Bindings",
|
||||||
" ",
|
" ",
|
||||||
" ↑ / ↓ Move selection up / down",
|
" ↑ / ↓ Move selection up / down",
|
||||||
|
" PgUp / PgDn Jump one page up / down",
|
||||||
" Enter / → Open folder / launch ZIP with Hatari",
|
" Enter / → Open folder / launch ZIP with Hatari",
|
||||||
" ← / 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",
|
" * Toggle favorite on selected ZIP",
|
||||||
|
" ← / Backspace Go up one directory (never exceeds root)",
|
||||||
" ? Show this help",
|
" ? Show this help",
|
||||||
|
" ESC / q Exit the program",
|
||||||
" ",
|
" ",
|
||||||
" Navigation is strictly limited to RootDirectory.",
|
" Navigation is strictly limited to RootDirectory.",
|
||||||
" The overlay shows both root and patch layers combined.",
|
" The overlay shows both root and patch layers combined.",
|
||||||
|
|||||||
Reference in New Issue
Block a user