mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
uncomment out code
This commit is contained in:
parent
551fbfab4a
commit
636e31aa91
|
@ -89,11 +89,11 @@ fn main(mut gba: agb::Gba) -> ! {
|
|||
|
||||
frame += 1;
|
||||
|
||||
// agb::println!(
|
||||
// "Took {} cycles, line done {}",
|
||||
// 256 * (end.wrapping_sub(start) as u32),
|
||||
// line_done
|
||||
// );
|
||||
agb::println!(
|
||||
"Took {} cycles, line done {}",
|
||||
256 * (end.wrapping_sub(start) as u32),
|
||||
line_done
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue