fixed bug where advanced options would not work
This commit is contained in:
parent
2b97f23288
commit
47edbe2852
1
gfceu
1
gfceu
|
@ -282,6 +282,7 @@ def launch(rom_name, local=False):
|
||||||
|
|
||||||
video_options += ' --xscale ' + str(options.xscale_spin)
|
video_options += ' --xscale ' + str(options.xscale_spin)
|
||||||
video_options += ' --yscale ' + str(options.yscale_spin)
|
video_options += ' --yscale ' + str(options.yscale_spin)
|
||||||
|
video_options += ' '
|
||||||
|
|
||||||
|
|
||||||
if options.join_radio:
|
if options.join_radio:
|
||||||
|
|
Loading…
Reference in New Issue