[gnome-games] options: Add desmume.options and desmume2015.options



commit 2858dfbf6963f9954c3dd0d1819f357726a5e266
Author: Exalm <exalm7659 gmail com>
Date:   Thu May 3 22:32:57 2018 +0500

    options: Add desmume.options and desmume2015.options
    
    Allows pointer input in DeSmuME and DeSmuME 2015 cores.
    
    In these cores, 'desmume_pointer_type' option controls whether mouse or
    pointer input is used. Default value is 'mouse'.

 data/options/Makefile.am         | 2 ++
 data/options/desmume.options     | 2 ++
 data/options/desmume2015.options | 2 ++
 3 files changed, 6 insertions(+)
---
diff --git a/data/options/Makefile.am b/data/options/Makefile.am
index 050aa6b..dd3957e 100644
--- a/data/options/Makefile.am
+++ b/data/options/Makefile.am
@@ -1,5 +1,7 @@
 optionsdir = $(datadir)/gnome-games/options
 options_DATA = \
+       desmume.options \
+       desmume2015.options \
        $(NULL)
 
 EXTRA_DIST = \
diff --git a/data/options/desmume.options b/data/options/desmume.options
new file mode 100644
index 0000000..580cd6b
--- /dev/null
+++ b/data/options/desmume.options
@@ -0,0 +1,2 @@
+[Options]
+desmume_pointer_type=touch
diff --git a/data/options/desmume2015.options b/data/options/desmume2015.options
new file mode 100644
index 0000000..580cd6b
--- /dev/null
+++ b/data/options/desmume2015.options
@@ -0,0 +1,2 @@
+[Options]
+desmume_pointer_type=touch


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]