Set default audio timer period to a sane value (otherwise qemu becomes unusable if -icount N is specified)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5623 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
malc 2008-11-04 19:15:37 +00:00
parent e00fcff710
commit d64394f7c1
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ static struct {
}
},
{ 0 }, /* period */
{ 250 }, /* period */
0, /* plive */
0 /* log_to_monitor */
};