Fixed UNIX compilation

This commit is contained in:
2025-02-08 13:08:34 -07:00
parent 65e4dbadb5
commit fc67151bfa
613 changed files with 34 additions and 38 deletions

View File

@ -1,5 +1,6 @@
#include <cart.h>
#include <common.h>
#include <string.h>
typedef struct {
char filename[1024];
@ -338,4 +339,4 @@ bool cart_battery_save(){
fwrite(ctx.ram_bank, 0x2000, 1, fp);
fclose(fp);
}
}