mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-25 22:30:22 +03:00
feat(ui): removed Futex2 wine sync option
Previous commit forever will be listed in the bottles repo xd
This commit is contained in:
parent
cf02bcab8c
commit
45fab721dc
1 changed files with 1 additions and 2 deletions
|
@ -112,8 +112,7 @@ impl SimpleAsyncComponent for EnhancementsApp {
|
|||
set_model = >k::StringList::new(&[
|
||||
&tr("none"),
|
||||
"ESync",
|
||||
"FSync",
|
||||
"Futex2"
|
||||
"FSync"
|
||||
]),
|
||||
|
||||
set_selected: CONFIG.game.wine.sync.ordinal() as u32,
|
||||
|
|
Loading…
Reference in a new issue