mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-26 00:56:38 +11:00
allow dead code for unimplemented interrupts
This commit is contained in:
parent
300a87df72
commit
69be43492e
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
use crate::memory_mapped::MemoryMapped;
|
use crate::memory_mapped::MemoryMapped;
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
pub enum Interrupt {
|
pub enum Interrupt {
|
||||||
VBlank = 0,
|
VBlank = 0,
|
||||||
HBlank = 1,
|
HBlank = 1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue