gbemu/lib/cart.c

6 lines
117 B
C
Raw Normal View History

2025-01-30 14:30:19 -07:00
#include <cart.h>
bool cart_load(char *cart) {
printf("Cart loading not implemented yet\n");
return false;
}