mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-22 10:32:59 +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() {
|
fn main() {
|
||||||
let matches = moa_minifb::new("Sega Genesis/Mega Drive Emulator")
|
let matches = moa_minifb::new("Sega Genesis/Mega Drive Emulator")
|
||||||
.arg(Arg::new("ROM")
|
.arg(Arg::new("ROM")
|
||||||
.about("ROM file to load (must be flat binary)"))
|
.help("ROM file to load (must be flat binary)"))
|
||||||
.get_matches();
|
.get_matches();
|
||||||
|
|
||||||
let mut options = SegaGenesisOptions::new();
|
let mut options = SegaGenesisOptions::new();
|
||||||
|
Loading…
Reference in New Issue
Block a user