Compare commits

...

2 Commits

Author SHA1 Message Date
exu
77a933b2ac Only 48kHz for audio 2024-04-29 13:08:02 +02:00
exu
a15d5945ea Remove Steam native with Mangohud. Add Steam Mangohud 2024-04-29 12:58:06 +02:00
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[Desktop Entry]
Name=Steam (Native + Mangohud)
Name=Steam (Runtime + Mangohud)
Comment=Application for managing and playing games on Steam
Comment[pt_BR]=Aplicativo para jogar e gerenciar jogos no Steam
Comment[bg]=Приложение за ръководене и пускане на игри в Steam
@ -27,8 +27,7 @@ Comment[th]=โปรแกรมสำหรับจัดการและ
Comment[tr]=Steam üzerinden oyun oynama ve düzenleme uygulaması
Comment[uk]=Програма для керування іграми та запуску ігор у Steam
Comment[vi]=ng dng đ qun lý và chơi trò chơi trên Steam
Exec=/usr/bin/mangohud /usr/bin/steam-native %U
StartupWMClass=Steam
Exec=/usr/bin/mangohud /usr/bin/steam-runtime %U
Icon=steam
Terminal=false
Type=Application

View File

@ -1,5 +1,5 @@
context.properties = {
default.clock.allowed-rates = [ 44100 48000 ]
default.clock.allowed-rates = [ 48000 ]
default.clock.quantum = 2096
default.clock.min-quantum = 512
}