Fixed UNIX compilation
This commit is contained in:
@ -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);
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user