gbemu/lib/ppu.c

9 lines
64 B
C
Raw Normal View History

2025-01-30 14:30:19 -07:00
#include <ppu.h>
void ppu_init() {
}
void ppu_tick() {
}