fixed bug where advanced options would not work

This commit is contained in:
punkrockguy318 2008-06-08 13:29:21 +00:00
parent 2b97f23288
commit 47edbe2852
1 changed files with 1 additions and 0 deletions

1
gfceu
View File

@ -282,6 +282,7 @@ def launch(rom_name, local=False):
video_options += ' --xscale ' + str(options.xscale_spin)
video_options += ' --yscale ' + str(options.yscale_spin)
video_options += ' '
if options.join_radio: