gbemu/lib/cart.c

6 lines
117 B
C

#include <cart.h>
bool cart_load(char *cart) {
printf("Cart loading not implemented yet\n");
return false;
}