now remembers sound settings on load and quit
This commit is contained in:
parent
19c976aa0b
commit
3ecd31976e
4
gfceu
4
gfceu
|
@ -159,7 +159,11 @@ def give_widgets():
|
||||||
global xml, options
|
global xml, options
|
||||||
try:
|
try:
|
||||||
widgets['rom_entry'].set_text(options.romfile)
|
widgets['rom_entry'].set_text(options.romfile)
|
||||||
|
|
||||||
|
# sound
|
||||||
widgets['sound_check'].set_active(options.sound_check)
|
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['fullscreen_check'].set_active(options.fullscreen_check)
|
||||||
widgets['opengl_check'].set_active(options.opengl_check)
|
widgets['opengl_check'].set_active(options.opengl_check)
|
||||||
|
|
Loading…
Reference in New Issue