[SCM] packaging for the mame arcade game emulator branch, master, updated. 4fe92b6dfc4e2f3e4922f524f637e99ef62ee00e
Emmanuel Kasper
emmanuel at libera.cc
Mon Jul 11 19:13:41 UTC 2011
The following commit has been merged in the master branch:
commit 4fe92b6dfc4e2f3e4922f524f637e99ef62ee00e
Author: Emmanuel Kasper <emmanuel at libera.cc>
Date: Mon Jul 11 21:12:38 2011 +0200
Start by default in windowed mode ( Recommended by pkg-games team)
diff --git a/debian/changelog b/debian/changelog
index 86f0b30..4fbdfd9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,11 +2,12 @@ mame (0.143-1) UNRELEASED; urgency=low
[ Emmanuel Kasper ]
* New upstream release
+ * Start by default in windowed mode
[ Félix Arreola Rodríguez ]
* Remove kfreebsd-build.patch (fixed upstream)
- -- Félix Arreola Rodríguez <fgatuno.123 at gmail.com> Wed, 06 Jul 2011 11:29:23 -0500
+ -- Emmanuel Kasper <emmanuel at libera.cc> Mon, 11 Jul 2011 21:10:32 +0200
mame (0.142-2) UNRELEASED; urgency=low
diff --git a/debian/mame.ini b/debian/mame.ini
index 54b0458..7740c5c 100644
--- a/debian/mame.ini
+++ b/debian/mame.ini
@@ -30,4 +30,5 @@ comment_directory $HOME/.mame/comments
video soft
# Set multithreading to '1' if you have more than one core
multithreading 0
-
+# Set nowindow to 0 if you want MAME to start fullscreen
+nowindow 1
diff --git a/debian/mess.ini b/debian/mess.ini
index 9dfc37d..5f7ed6d 100644
--- a/debian/mess.ini
+++ b/debian/mess.ini
@@ -30,4 +30,5 @@ comment_directory $HOME/.mess/comments
video soft
# Set multithreading to '1' if you have more than one core
multithreading 0
-
+# Set nowindow to 0 if you want MESS to start fullscreen
+nowindow 1
--
packaging for the mame arcade game emulator
More information about the Pkg-games-commits
mailing list