mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00: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
@ -84,7 +84,7 @@ static struct {
|
||||
}
|
||||
},
|
||||
|
||||
{ 0 }, /* period */
|
||||
{ 250 }, /* period */
|
||||
0, /* plive */
|
||||
0 /* log_to_monitor */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user