summaryrefslogtreecommitdiff
path: root/config/systems
diff options
context:
space:
mode:
Diffstat (limited to 'config/systems')
-rw-r--r--config/systems/.example6
-rw-r--r--config/systems/.gitignore3
2 files changed, 9 insertions, 0 deletions
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