mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
allow dead code for unimplemented interrupts
This commit is contained in:
parent
300a87df72
commit
69be43492e
|
@ -1,5 +1,6 @@
|
|||
use crate::memory_mapped::MemoryMapped;
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub enum Interrupt {
|
||||
VBlank = 0,
|
||||
HBlank = 1,
|
||||
|
|
Loading…
Reference in a new issue