mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
@@ -47,6 +47,10 @@ impl Platform<LegendaryGame, Box<dyn Error>> for LegendaryPlatform {
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
fn needs_proton(&self, _input: &LegendaryGame) -> bool {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
fn execute_legendary_command(program: &str) -> Result<Vec<LegendaryGame>, Box<dyn Error>> {
|
||||
|
||||
Reference in New Issue
Block a user