Skip to content
Snippets Groups Projects
Verified Commit 344bef50 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: reversed default ROM setting

parent 6c498c02
No related branches found
No related tags found
No related merge requests found
Pipeline #2919 passed
...@@ -712,7 +712,7 @@ struct Args { ...@@ -712,7 +712,7 @@ struct Args {
)] )]
cycles: u64, cycles: u64,
#[arg(short, long, default_value_t = String::from("../../res/roms/test/cgb_acid2.gbc"), help = "Path to the ROM file to be loaded")] #[arg(short, long, default_value_t = String::from("../../res/roms/demo/pocket.gb"), help = "Path to the ROM file to be loaded")]
rom_path: String, rom_path: String,
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment