Skip to content

Commit 12c8781

Browse files
committed
Fix input for mapper test
1 parent 2cb0606 commit 12c8781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/mapper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub fn test() {
8383
assert_eq!(current_tileset, tileset1);
8484

8585
// boot in qual: tileset2, select 0
86-
emu.p1_input = input::SELECT;
86+
util::set_controller_raw(&mut emu, input::SELECT);
8787
emu.reset();
8888
for _ in 0..20 {
8989
emu.run_until_vblank();

0 commit comments

Comments
 (0)