mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user