now remembers sound settings on load and quit

This commit is contained in:
punkrockguy318 2008-06-07 22:08:34 +00:00
parent 19c976aa0b
commit 3ecd31976e
1 changed files with 4 additions and 0 deletions

4
gfceu
View File

@ -159,7 +159,11 @@ def give_widgets():
global xml, options
try:
widgets['rom_entry'].set_text(options.romfile)
# sound
widgets['sound_check'].set_active(options.sound_check)
widgets['soundq_check'].set_active(options.soundq_check)
widgets['soundrate_entry'].set_text(options.soundrate_entry)
widgets['fullscreen_check'].set_active(options.fullscreen_check)
widgets['opengl_check'].set_active(options.opengl_check)