From c64861fbf5f4bbce35296476af36cdb14ea94bd4 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Thu, 20 Apr 2023 14:13:36 +1000 Subject: [PATCH] lollerskates --- gb-emu/src/main.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gb-emu/src/main.rs b/gb-emu/src/main.rs index dcec1c9..8a602e2 100644 --- a/gb-emu/src/main.rs +++ b/gb-emu/src/main.rs @@ -21,7 +21,6 @@ mod window; /// Gameboy (DMG-A/B/C) emulator #[derive(Parser, Debug)] #[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"])))] struct Args { /// Path to ROM @@ -43,10 +42,6 @@ struct Args { #[arg(long)] connect_serial: bool, - /// Show cycle count - #[arg(long)] - cycle_count: bool, - /// Show tile window #[arg(short, long)] tile_window: bool,