lol rom path

This commit is contained in:
Alex Janka 2023-03-09 10:31:26 +11:00
parent 368aaa4a10
commit 77ee67a0fd

View file

@ -106,7 +106,7 @@ impl Plugin for GameboyEmu {
) -> bool {
let options = gb_emu_lib::Options {
rom: RomFile::Raw(
include_bytes!("../../test-roms/TwinPeaksMeanwhile.gb")
include_bytes!("../../test-roms/Tetris.gb")
.to_vec()
.to_vec(),
),