[nostalgia/core/gba] Cleanup interrupt globals

This commit is contained in:
2020-06-21 13:47:06 -05:00
parent 89aadfb606
commit 0de5d6b6c0
3 changed files with 21 additions and 14 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
namespace nostalgia::core {
void isr() {
REG_IF = IntId_vblank;
REG_IF = Int_vblank;
}
}