lollerskates
This commit is contained in:
parent
1678372c2b
commit
c64861fbf5
|
@ -21,7 +21,6 @@ mod window;
|
||||||
/// Gameboy (DMG-A/B/C) emulator
|
/// Gameboy (DMG-A/B/C) emulator
|
||||||
#[derive(Parser, Debug)]
|
#[derive(Parser, Debug)]
|
||||||
#[command(author, version, about, long_about = None)]
|
#[command(author, version, about, long_about = None)]
|
||||||
#[command(group(ArgGroup::new("prints").args(["verbose","cycle_count"])))]
|
|
||||||
#[command(group(ArgGroup::new("saves").args(["save","no_save"])))]
|
#[command(group(ArgGroup::new("saves").args(["save","no_save"])))]
|
||||||
struct Args {
|
struct Args {
|
||||||
/// Path to ROM
|
/// Path to ROM
|
||||||
|
@ -43,10 +42,6 @@ struct Args {
|
||||||
#[arg(long)]
|
#[arg(long)]
|
||||||
connect_serial: bool,
|
connect_serial: bool,
|
||||||
|
|
||||||
/// Show cycle count
|
|
||||||
#[arg(long)]
|
|
||||||
cycle_count: bool,
|
|
||||||
|
|
||||||
/// Show tile window
|
/// Show tile window
|
||||||
#[arg(short, long)]
|
#[arg(short, long)]
|
||||||
tile_window: bool,
|
tile_window: bool,
|
||||||
|
|
Loading…
Reference in a new issue