diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-04-03 16:07:28 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-04-03 16:07:28 +0200 |
commit | 0545586aacc06add477b6df38cd50900698f6d9a (patch) | |
tree | efb8d86dc1343cb093ec7f7828270830cea81499 /src/ds.c | |
parent | 46bf4306575fa31fccaff19f0a592f8b40dd46cb (diff) |
worky but janky integration done
Diffstat (limited to 'src/ds.c')
-rw-r--r-- | src/ds.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,8 +1,10 @@ #include "main.h" #include "ppu/ppu.h" +#include "demo.h" void hh_setup() { hh_ppu_init(); + hh_demo_setup(); } void hh_exit() { |