[nostalgia/core/gba] Remove unused interrupt handlers

This commit is contained in:
2020-07-17 01:49:23 -05:00
parent 0051006795
commit 72883285f2
2 changed files with 0 additions and 21 deletions
-9
View File
@@ -46,13 +46,4 @@ void nostalgia_core_isr_timer0() {
++g_timerMs;
}
void nostalgia_core_isr_timer1() {
}
void nostalgia_core_isr_timer2() {
}
void nostalgia_core_isr_timer3() {
}
}