mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Add settings for EGS and SteamgridDB
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
use crate::{egs::EpicGamesLauncherSettings, legendary::LegendarySettings};
|
||||
|
||||
pub enum Platform{
|
||||
EpicGames{
|
||||
settings: EpicGamesLauncherSettings,
|
||||
},
|
||||
Legendary{
|
||||
settings: LegendarySettings
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user