gbemu/lib/timer.c

10 lines
71 B
C
Raw Normal View History

2025-01-30 14:30:19 -07:00
#include <timer.h>
void timer_init() {
}
void timer_tick() {
}