Add Barotrauma support.

This commit is contained in:
CosminPerRam 2023-10-13 00:40:08 +03:00
parent 3b9c784e70
commit 5b5c41b468
5 changed files with 9 additions and 0 deletions

View file

@ -339,6 +339,8 @@ pub enum SteamApp {
VRISING,
/// Hell Let Loose
HLL,
/// Barotrauma
BAROTRAUMA,
}
impl SteamApp {
@ -378,6 +380,7 @@ impl SteamApp {
Self::BATTALION1944 => Engine::new_source(489_940),
Self::INSURGENCYSANDSTORM => Engine::new_source(581_320),
Self::ASRD => Engine::new_source(563_560),
Self::BAROTRAUMA => Engine::new_source(602960),
Self::ROR2 => Engine::new_source(632_360),
Self::OHD => Engine::new_source_with_dedicated(736_590, 950_900),
Self::ONSET => Engine::new_source(1_105_810),