aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 1b8cdba..43f9482 100644
--- a/src/main.c
+++ b/src/main.c
@@ -15,7 +15,7 @@ hh_s_ppu_loc_sprite* hh_debug_circle_sprite() {
}
int main() {
- // hh_ppu_init();
+ hh_ppu_init();
// hh_ppu_update_aux((hh_s_ppu_loc_aux) {
// .bg_shift_x = 0,
@@ -29,11 +29,11 @@ int main() {
free(sprite);
while (1);
+
+ hh_ppu_deinit();
}
void hh_ppu_vblank_interrupt() {
static unsigned long frame = 0;
frame++;
-
-
}