diff options
author | yenatch <yenatch@gmail.com> | 2013-03-07 23:27:55 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-03-07 23:27:55 -0500 |
commit | 91b24953f615569d5130cb1ccceffa8149cc42c0 (patch) | |
tree | 92b399caa6f74ad0dbaf5aa2d9132ca9059056b7 | |
parent | 9ee0600524218d47ce2faa9b122a8e2b498e9b66 (diff) |
vba - suppress joypad input message
-rw-r--r-- | extras/vba.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/vba.py b/extras/vba.py index 8ed0d7b5a..61265765d 100644 --- a/extras/vba.py +++ b/extras/vba.py @@ -166,7 +166,7 @@ def button_combiner(buttons): for each in buttons: result |= button_masks[each] - print "button: " + str(result) + #print "button: " + str(result) return result def load_rom(path=None): |