mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-09 12:34:45 -06:00
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:
parent
e00fcff710
commit
d64394f7c1
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ static struct {
|
|||
}
|
||||
},
|
||||
|
||||
{ 0 }, /* period */
|
||||
{ 250 }, /* period */
|
||||
0, /* plive */
|
||||
0 /* log_to_monitor */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue