Skip to content

Commit

Permalink
move encoded flag again
Browse files Browse the repository at this point in the history
  • Loading branch information
khang06 committed Feb 23, 2019
1 parent 594818d commit e6164c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/flipnote_file.h
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit e6164c6

Please sign in to comment.