Skip to content

Commit

Permalink
NES: HD Packs - Fixed regression in some HD packs due to validations …
Browse files Browse the repository at this point in the history
…added when adding new features to some tags

Also improved error logging, forced the number of errors to display when the pack is loaded starting, and added stricter checks when using hd pack version 109+
  • Loading branch information
SourMesen committed Jun 5, 2024
1 parent ff2708d commit 99e4106
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 58 deletions.
2 changes: 1 addition & 1 deletion Core/NES/HdPacks/HdNesPack.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class BaseHdNesPack
HdScreenInfo* _hdScreenInfo = nullptr;

public:
static constexpr uint32_t CurrentVersion = 108;
static constexpr uint32_t CurrentVersion = 109;

virtual uint32_t GetScale() = 0;

Expand Down
Loading

0 comments on commit 99e4106

Please sign in to comment.