From 027c4d1bce99fc0666361a83762670bc0ef687da Mon Sep 17 00:00:00 2001 From: Louie S Date: Sat, 6 Jan 2024 15:23:01 -0500 Subject: Allow for specifying configuration location --- config/.gitignore | 4 ---- config/romlist.template | 2 -- config/systems/.example | 6 ------ config/systems/.gitignore | 3 --- 4 files changed, 15 deletions(-) delete mode 100644 config/.gitignore delete mode 100644 config/romlist.template delete mode 100644 config/systems/.example delete mode 100644 config/systems/.gitignore (limited to 'config') diff --git a/config/.gitignore b/config/.gitignore deleted file mode 100644 index c2b1351..0000000 --- a/config/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -* -!.gitignore -!romlist.template -!systems diff --git a/config/romlist.template b/config/romlist.template deleted file mode 100644 index 15c5ee1..0000000 --- a/config/romlist.template +++ /dev/null @@ -1,2 +0,0 @@ -# Name of file should be romlist_[SYSTEM NAME] (i.e., romlist_nes) for each system -# "NAME" "PATH" "SYSTEM NAME" diff --git a/config/systems/.example b/config/systems/.example deleted file mode 100644 index f1381e7..0000000 --- a/config/systems/.example +++ /dev/null @@ -1,6 +0,0 @@ -# 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 deleted file mode 100644 index 19a8c43..0000000 --- a/config/systems/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -* -!.example -!.gitignore -- cgit