mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
@@ -75,6 +75,16 @@ impl Platform<OriginGame, OriginErrors> for OriginPlatform {
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
fn needs_proton(&self, _input: &OriginGame) -> bool {
|
||||
#[cfg(target_os = "windows")]
|
||||
return false;
|
||||
#[cfg(target_family = "unix")]
|
||||
{
|
||||
//TODO Update this when origin gets support on linux
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fn get_folder_mfst_file_content(game_folder_path: &Path) -> Option<String> {
|
||||
|
||||
Reference in New Issue
Block a user