lol rom path
This commit is contained in:
parent
368aaa4a10
commit
77ee67a0fd
|
@ -106,7 +106,7 @@ impl Plugin for GameboyEmu {
|
||||||
) -> bool {
|
) -> bool {
|
||||||
let options = gb_emu_lib::Options {
|
let options = gb_emu_lib::Options {
|
||||||
rom: RomFile::Raw(
|
rom: RomFile::Raw(
|
||||||
include_bytes!("../../test-roms/TwinPeaksMeanwhile.gb")
|
include_bytes!("../../test-roms/Tetris.gb")
|
||||||
.to_vec()
|
.to_vec()
|
||||||
.to_vec(),
|
.to_vec(),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue