Skip to content

Commit

Permalink
vpkpp: GCFs are case-sensitive apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
craftablescience committed Jan 4, 2025
1 parent 684a89f commit 43e9744
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/vpkpp/format/GCF.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ class GCF : public PackFileReadOnly {

[[nodiscard]] std::vector<std::string> verifyEntryChecksums() const override;

[[nodiscard]] constexpr bool isCaseSensitive() const override {
return true;
}

[[nodiscard]] std::optional<std::vector<std::byte>> readEntry(const std::string& path_) const override;

[[nodiscard]] Attribute getSupportedEntryAttributes() const override;
Expand Down

0 comments on commit 43e9744

Please sign in to comment.