diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-03-10 12:26:33 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-03-10 12:26:33 +0100 |
commit | c6563a099ce05d9291a0c27fdbab3ffd9efddc48 (patch) | |
tree | 82504aef99696e69ee425be2154e084e54e627ca /src/ppu/stm.c | |
parent | 5253459673bb006ef1313dfd2dfeea56f6d2ebaa (diff) |
initial merge of #26
Diffstat (limited to 'src/ppu/stm.c')
-rw-r--r-- | src/ppu/stm.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ppu/stm.c b/src/ppu/stm.c new file mode 100644 index 0000000..fd4a18c --- /dev/null +++ b/src/ppu/stm.c @@ -0,0 +1,4 @@ +#include "ppu/ppu.h" + +void hh_ppu_init() {} +void hh_ppu_deinit() {} |