mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-03-06 14:27:44 +00:00
Qt: Fix crash opening game compatibility report
This commit is contained in:
parent
d3dc3ec6d3
commit
440e08cf3e
|
@ -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"),
|
||||||
TRANSLATE_NOOP("GameDatabase", "Force Software Renderer For Readbacks"),
|
TRANSLATE_NOOP("GameDatabase", "Force Software Renderer For Readbacks"),
|
||||||
TRANSLATE_NOOP("GameDatabase", "Force Round Texture Coordinates"),
|
TRANSLATE_NOOP("GameDatabase", "Force Round Texture Coordinates"),
|
||||||
|
TRANSLATE_NOOP("GameDatabase", "Force Accurate Blending"),
|
||||||
TRANSLATE_NOOP("GameDatabase", "Force Interlacing"),
|
TRANSLATE_NOOP("GameDatabase", "Force Interlacing"),
|
||||||
TRANSLATE_NOOP("GameDatabase", "Disable True Color"),
|
TRANSLATE_NOOP("GameDatabase", "Disable True Color"),
|
||||||
TRANSLATE_NOOP("GameDatabase", "Disable Upscaling"),
|
TRANSLATE_NOOP("GameDatabase", "Disable Upscaling"),
|
||||||
|
|
Loading…
Reference in a new issue