CLI flag to open player 2 (thx Elrinth)
This commit is contained in:
@@ -40,6 +40,9 @@ pub struct CliArgs {
|
||||
/// Watch ROM files for changes, automatically reload
|
||||
#[arg(short, long)]
|
||||
pub watch: bool,
|
||||
/// Automatically open Player 2 for multiplayer
|
||||
#[arg(long)]
|
||||
pub player2: bool,
|
||||
}
|
||||
|
||||
pub const COLOR_PRESETS: [[Color32; 2]; 3] = [
|
||||
|
||||
Reference in New Issue
Block a user