Skip to content

Commit

Permalink
fixed sparse bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmdan committed Sep 30, 2021
1 parent 3df8112 commit 430e363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/util/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace inst::config {
static const std::string appDir = "sdmc:/switch/tinleaf";
static const std::string configPath = appDir + "/config.json";
static const std::string appVersion = "1.4.4";
static const std::string appVersion = "1.4.5";

extern std::string gAuthKey;
extern std::string sigPatchesUrl;
Expand Down
1 change: 1 addition & 0 deletions source/nx/content_meta.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ namespace nx::ncm
contentMetaHeader.extended_header_size = packagedContentMetaHeader.extended_header_size;
contentMetaHeader.content_count = contentInfos.size() + 1; // Add one for the cnmt content record
contentMetaHeader.content_meta_count = packagedContentMetaHeader.content_meta_count;
contentMetaHeader.attributes = packagedContentMetaHeader.attributes;

installContentMetaBuffer.Append<NcmContentMetaHeader>(contentMetaHeader);

Expand Down

0 comments on commit 430e363

Please sign in to comment.