Skip to content

Commit

Permalink
Add support for non-Xbox BNDL
Browse files Browse the repository at this point in the history
Also improve BNDL v3 and v4 support.
  • Loading branch information
Bo98 committed Mar 24, 2024
1 parent 7cfb4bc commit 2b88eff
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 93 deletions.
1 change: 1 addition & 0 deletions include/libbndl/bundle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ namespace libbndl
bool LoadBNDL(binaryio::BinaryReader &reader);
bool SaveBND2(binaryio::BinaryWriter &writer);
bool SaveBNDL(binaryio::BinaryWriter &writer);
int8_t MapBNDLBlockToBND2(uint8_t block) const;
uint32_t HashResourceName(std::string resourceName) const;

static Dependency ReadDependency(binaryio::BinaryReader &reader);
Expand Down
Loading

0 comments on commit 2b88eff

Please sign in to comment.