Skip to content

Commit

Permalink
Qt: Fix crash opening game compatibility report
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Jul 26, 2024
1 parent d3dc3ec commit 440e08c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/game_database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ static constexpr const std::array<const char*, static_cast<u32>(GameDatabase::Tr
TRANSLATE_NOOP("GameDatabase", "Force Software Renderer"),
TRANSLATE_NOOP("GameDatabase", "Force Software Renderer For Readbacks"),
TRANSLATE_NOOP("GameDatabase", "Force Round Texture Coordinates"),
TRANSLATE_NOOP("GameDatabase", "Force Accurate Blending"),
TRANSLATE_NOOP("GameDatabase", "Force Interlacing"),
TRANSLATE_NOOP("GameDatabase", "Disable True Color"),
TRANSLATE_NOOP("GameDatabase", "Disable Upscaling"),
Expand Down

0 comments on commit 440e08c

Please sign in to comment.