Skip to content

Commit

Permalink
Update itch_game.rs trait
Browse files Browse the repository at this point in the history
  • Loading branch information
guylamar2006 authored Feb 5, 2025
1 parent 1458e1f commit d7d1a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/itch/itch_game.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ impl From<ItchGame> for ShortcutOwned {
}
}

impl NeedsPorton<ItchPlatform> for ItchGame {
impl NeedsProton<ItchPlatform> for ItchGame {
fn needs_proton(&self, _platform: &ItchPlatform) -> bool {
self.executable.ends_with("exe")
}
Expand Down

0 comments on commit d7d1a29

Please sign in to comment.