Skip to content

Commit

Permalink
Update gog_platform.rs traits
Browse files Browse the repository at this point in the history
  • Loading branch information
guylamar2006 authored Feb 5, 2025
1 parent 7e33d6a commit 1458e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/gog/gog_platform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ fn get_games_from_game_folders(game_folders: Vec<PathBuf>) -> Vec<(GogGame, Path
games
}

impl NeedsPorton<GogPlatform> for GogShortcut {
impl NeedsProton<GogPlatform> for GogShortcut {
#[cfg(target_family = "unix")]
fn needs_proton(&self, _platform: &GogPlatform) -> bool {
true
Expand Down

0 comments on commit 1458e1f

Please sign in to comment.