fixed bug in which gfceux would fail to start on virgin systems

This commit is contained in:
punkrockguy318 2008-06-10 05:56:27 +00:00
parent 47edbe2852
commit 02b56cfa33
1 changed files with 1 additions and 1 deletions

2
gfceu
View File

@ -112,7 +112,7 @@ class game_options:
# sound
sound_check = True
soundq_check = True
soundrate_entry = 11000
soundrate_entry = "11000"
# video
fullscreen_check = False