Skip to content

Commit

Permalink
add RUST_IRQ_HANDLER to the prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Aug 27, 2024
1 parent ec4104a commit f316e66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#[cfg(feature = "on_gba")]
pub use crate::{
asm_runtime::*, bios::*, dma::*, gba_cell::*, mgba::*, mmio::*,
RUST_IRQ_HANDLER,
};

pub use crate::{
Expand Down

0 comments on commit f316e66

Please sign in to comment.