Skip to content

Commit

Permalink
Merge pull request #142 from matanki-saito/feature/v3_3_4
Browse files Browse the repository at this point in the history
Feature/v3 3 4
  • Loading branch information
matanki-saito authored Feb 22, 2021
2 parents 337016a + 3db0d16 commit ec40303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin64/font.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ namespace Font {
case v3_3_0:
BytePattern::temp_instance().find_pattern("B9 00 00 00 02");
// CKIII発売日に3.3.3自体がアップデートしたのでそれの対策
if (BytePattern::temp_instance().count() == 1 || BytePattern::temp_instance().count() == 2) {
if (BytePattern::temp_instance().count() == 1 || BytePattern::temp_instance().count() == 2 || BytePattern::temp_instance().count() == 3) {
BytePattern::LoggingInfo("Font size limit:[OK]");

// mov ecx, 2000000h
Expand Down

0 comments on commit ec40303

Please sign in to comment.