Fix typo renamed to "NeedsProton" (#440)

Update platform.rs scope name

Update platform.rs trait name

Update heroic_platform.rs trait

Update gog_platform.rs trait

Update itch_game.rs trait

Update platform.rs trait

Update origin_platform.rs traits

Update epic_platform.rs trait

Update platform.rs traits

Update heroic_platform.rs trait

Update gog_platform.rs traits

Update itch_game.rs trait

Remove space.
This commit is contained in:
guylamar2006
2025-02-24 21:53:55 +01:00
committed by GitHub
parent 553eb85155
commit c90191bf0f
9 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ use serde::Deserialize;
use super::{HeroicGame, HeroicGameType, HeroicSettings};
use crate::platforms::{load_settings, FromSettingsString, GamesPlatform};
use crate::platforms::{to_shortcuts, NeedsPorton, ShortcutToImport};
use crate::platforms::{to_shortcuts, NeedsProton, ShortcutToImport};
use std::collections::HashMap;
use std::path::Path;
@@ -86,7 +86,7 @@ impl HeroicPlatform {
}
}
impl NeedsPorton<HeroicPlatform> for HeroicGameType {
impl NeedsProton<HeroicPlatform> for HeroicGameType {
#[cfg(not(target_family = "unix"))]
fn needs_proton(&self, _platform: &HeroicPlatform) -> bool {
false