better lateflip filtering
[carveJwlIkooP6JGAAIwe30JlM.git] / save.h
diff --git a/save.h b/save.h
index 941dd12769f659f035748c3accf9e7ff98431bd8..4074b89fd1650613b0580a10ffab14b8df0dd40d 100644 (file)
--- a/save.h
+++ b/save.h
@@ -13,7 +13,7 @@ struct savedata_group {
    u32 file_count;
    struct savedata_file {
       char path[128];
-      u8  buf[1024];
+      u8  buf[2048];
       u32 len;
    }
    files[];