From f080b2e4eec397a8daa03b0cbc4308311a93c133 Mon Sep 17 00:00:00 2001 From: Louie S Date: Sun, 31 Dec 2023 19:44:44 -0500 Subject: First commit --- config/systems/.example | 6 ++++++ config/systems/.gitignore | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 config/systems/.example create mode 100644 config/systems/.gitignore (limited to 'config/systems') diff --git a/config/systems/.example b/config/systems/.example new file mode 100644 index 0000000..f1381e7 --- /dev/null +++ b/config/systems/.example @@ -0,0 +1,6 @@ +# This is an example system script +# It is a shell script which should define a launcher and optionally any flags +# Example for an nes system config: + +launcher="/usr/bin/nes" +flags="--fullscreen" diff --git a/config/systems/.gitignore b/config/systems/.gitignore new file mode 100644 index 0000000..19a8c43 --- /dev/null +++ b/config/systems/.gitignore @@ -0,0 +1,3 @@ +* +!.example +!.gitignore -- cgit