mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-23 19:01:30 +11:00
ln
This commit is contained in:
parent
90aa01d205
commit
5c40787c7b
|
@ -10,7 +10,7 @@ use gba::{
|
|||
#[panic_handler]
|
||||
fn panic_handler(info: &core::panic::PanicInfo) -> ! {
|
||||
if let Ok(mut logger) = MgbaBufferedLogger::try_new(MgbaMessageLevel::Fatal) {
|
||||
write!(logger, "{info}").ok();
|
||||
writeln!(logger, "{info}").ok();
|
||||
}
|
||||
loop {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue