aboutsummaryrefslogtreecommitdiff
path: root/src/ds.c
blob: 80e947eae01db04dddd6553f3f021cb5271cf708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "main.h"
#include "ppu/ppu.h"

void hh_setup() {
	hh_ppu_init();
}

void hh_exit() {
	g_hh_run = false;

	hh_ppu_deinit();
}