Skip to content

Commit

Permalink
Update origin_platform.rs traits
Browse files Browse the repository at this point in the history
  • Loading branch information
guylamar2006 authored Feb 5, 2025
1 parent 06d2395 commit f073e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platforms/origin/origin_platform.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::platforms::{
load_settings, to_shortcuts, FromSettingsString, GamesPlatform, NeedsPorton, ShortcutToImport,
load_settings, to_shortcuts, FromSettingsString, GamesPlatform, NeedsProton, ShortcutToImport,
};
use nom::bytes::complete::take_until;
use std::{
Expand All @@ -14,7 +14,7 @@ pub struct OriginPlatform {
pub settings: OriginSettings,
}

impl NeedsPorton<OriginPlatform> for OriginGame {
impl NeedsProton<OriginPlatform> for OriginGame {
#[cfg(target_os = "windows")]
fn needs_proton(&self, _platform: &OriginPlatform) -> bool {
false
Expand Down

0 comments on commit f073e16

Please sign in to comment.