[mednaffe] 81/99: [Windows] Send '-psx.dbg_level 0' every time

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 3c45701401dd55ca6e829bf236699abc792e86e8
Author: AmatCoder <amatcoder at gmail.com>
Date:   Tue Jul 21 11:45:02 2015 +0200

    [Windows] Send '-psx.dbg_level 0' every time
---
 src/command.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/command.c b/src/command.c
index 07ae6d2..4c19937 100644
--- a/src/command.c
+++ b/src/command.c
@@ -51,9 +51,12 @@ gchar *build_command_win(guidata *gui)
   }
   g_list_free(list);
 
-  command2 = g_strconcat(command, " \"", gui->fullpath, "\"", NULL );
+  command2 = g_strconcat(command, " -psx.dbg_level \"0\"", NULL );
+  g_free(command);
+  command = g_strconcat(command2, " \"", gui->fullpath, "\"", NULL );
+  g_free(command2);
 
-  return command2;
+  return command;
 }
 
 #else

-- 
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