vba - suppress joypad input message

This commit is contained in:
yenatch 2013-03-07 23:27:55 -05:00
parent 9ee0600524
commit 91b24953f6
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ def button_combiner(buttons):
for each in buttons: for each in buttons:
result |= button_masks[each] result |= button_masks[each]
print "button: " + str(result) #print "button: " + str(result)
return result return result
def load_rom(path=None): def load_rom(path=None):