[mednaffe] 78/99: Enable only two ports on psx by default

Stephen Kitt skitt at moszumanska.debian.org
Tue Aug 2 21:00:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository mednaffe.

commit b9e245f4470772b9b98c95125e3ec659aaaf6b0d
Author: AmatCoder <amatcoder at gmail.com>
Date:   Tue Jul 21 10:43:14 2015 +0200

    Enable only two ports on psx by default
---
 src/input.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/input.c b/src/input.c
index e71cdd3..8190702 100644
--- a/src/input.c
+++ b/src/input.c
@@ -691,7 +691,7 @@ void on_input_clicked (GtkButton *button, guidata *gui)
       case 7:  set_builtin(notebook, gui); break;
       case 8:  set_ports(2, notebook, gui); break;
       case 9:  set_ports(2, notebook, gui); break;
-      case 10: set_ports(8, notebook, gui); break;
+      case 10: set_ports(2, notebook, gui); break;
       case 11: set_ports(2, notebook, gui); break;
       case 12: set_builtin(notebook, gui); break;
       case 13: set_builtin(notebook, gui); break;
@@ -865,7 +865,6 @@ gboolean editable_key_cb(GtkWidget *ed, GdkEventKey *event, guidata *gui)
   gchar *key2;
   guint nkey;
 
-  printf("%i\n",event->keyval);
   if (gui->inputkeys)
   {
     if (

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednaffe.git



More information about the Pkg-games-commits mailing list