From e6164c6ed99ebb584badbd0a490a37c41e5aa223 Mon Sep 17 00:00:00 2001 From: khang06 Date: Sat, 23 Feb 2019 15:25:35 -0500 Subject: [PATCH] move encoded flag again --- include/flipnote_file.h | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/flipnote_file.h b/include/flipnote_file.h index 42115e9..d1657b7 100644 --- a/include/flipnote_file.h +++ b/include/flipnote_file.h @@ -41,8 +41,8 @@ namespace dsiflipencode { uint32_t se3_size; uint8_t frame_speed; uint8_t bgm_frame_speed; - uint8_t encoded; // encoder-exclusive flag for encoded flipnote detection INSERT_PADDING_BYTES(13) + uint8_t encoded; // encoder-exclusive flag for encoded flipnote detection } SoundSectionHeader; // size check is needed because raw bytes will be casted to this static_assert(sizeof(SoundSectionHeader) == 0x20, "dsiflipdecode::SoundSectionHeader must be 0x8 bytes long"); diff --git a/src/main.cpp b/src/main.cpp index 3835b06..d9c7832 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -390,7 +390,7 @@ int main(int argc, char** argv) { return 3; } - author << reader.Get("", "author", "dsiflipencode").c_str(); + author << reader.Get("", "author", "dsiflipenc").c_str(); filename = reader.Get("", "filename", "116AE34C2880B000"); fsid = reader.Get("", "fsid", "5473EB00A0BC70FA"); partial_filename = reader.Get("", "partial_filename", "BC70FA116AE34C28");