mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-21 19:30:52 +00:00
Fixed moa-genisis not compiling
This commit is contained in:
parent
e3c4ad88ee
commit
914ddb17dd
@ -7,7 +7,7 @@ use moa::machines::genesis::{build_genesis, SegaGenesisOptions};
|
||||
fn main() {
|
||||
let matches = moa_minifb::new("Sega Genesis/Mega Drive Emulator")
|
||||
.arg(Arg::new("ROM")
|
||||
.about("ROM file to load (must be flat binary)"))
|
||||
.help("ROM file to load (must be flat binary)"))
|
||||
.get_matches();
|
||||
|
||||
let mut options = SegaGenesisOptions::new();
|
||||
|
Loading…
Reference in New Issue
Block a user