mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
Allow SchedRR for I/O threads (fix copy/paste typo)
This commit is contained in:
parent
89003b1708
commit
cb8dd39f31
1 changed files with 1 additions and 1 deletions
|
|
@ -4968,7 +4968,7 @@ These settings will only take effect after %1 is restarted.\n\
|
|||
);
|
||||
iotp->add (0, _("No priority"));
|
||||
iotp->add (1, _("Realtime (FIFO)"));
|
||||
iotp->add (1, _("Realtime (Round Robin)"));
|
||||
iotp->add (2, _("Realtime (Round Robin)"));
|
||||
add_option (_("Performance"), iotp);
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue