mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-29 09:29:06 +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(&[
|
set_model = >k::StringList::new(&[
|
||||||
&tr("none"),
|
&tr("none"),
|
||||||
"ESync",
|
"ESync",
|
||||||
"FSync",
|
"FSync"
|
||||||
"Futex2"
|
|
||||||
]),
|
]),
|
||||||
|
|
||||||
set_selected: CONFIG.game.wine.sync.ordinal() as u32,
|
set_selected: CONFIG.game.wine.sync.ordinal() as u32,
|
||||||
|
|
Loading…
Reference in a new issue