[gnome-games/wip/exalm/n64: 4/4] options: Force rumble for ParaLLEl N64
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/n64: 4/4] options: Force rumble for ParaLLEl N64
- Date: Fri, 31 Jan 2020 21:41:11 +0000 (UTC)
commit b0e19a808593084fea41167eefc2bad26eec9259
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Sat Feb 1 01:10:58 2020 +0500
options: Force rumble for ParaLLEl N64
In future we'll want to selectively enable it on those ports that actually
have a rumble-capable controller, but for now just force rumble pak on
every port. And even if we wouldn't want rumble, at least memory pak is
necessary so that games can save data.
data/options/meson.build | 3 ++-
data/options/parallel_n64.options | 5 +++++
2 files changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/data/options/meson.build b/data/options/meson.build
index fbc6c081..8afc7c94 100644
--- a/data/options/meson.build
+++ b/data/options/meson.build
@@ -1,6 +1,7 @@
options_files = [
'desmume.options',
- 'desmume2015.options'
+ 'desmume2015.options',
+ 'parallel_n64.options',
]
install_data (options_files, install_dir: options_dir)
diff --git a/data/options/parallel_n64.options b/data/options/parallel_n64.options
new file mode 100644
index 00000000..4307f51d
--- /dev/null
+++ b/data/options/parallel_n64.options
@@ -0,0 +1,5 @@
+[Options]
+parallel-n64-pak1=rumble
+parallel-n64-pak2=rumble
+parallel-n64-pak3=rumble
+parallel-n64-pak4=rumble
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]