Add HDR option to settings menu (#2387)

This commit is contained in:
tomboylover93
2025-02-09 13:59:09 -03:00
committed by GitHub
parent 0e238c87cb
commit f3afbfbcec
5 changed files with 36 additions and 11 deletions

View File

@@ -672,6 +672,10 @@
<source>Enable NULL GPU</source>
<translation>Enable NULL GPU</translation>
</message>
<message>
<source>Enable HDR</source>
<translation>Enable HDR</translation>
</message>
<message>
<source>Paths</source>
<translation>Paths</translation>
@@ -948,6 +952,10 @@
<source>nullGpuCheckBox</source>
<translation>Enable Null GPU:\nFor the sake of technical debugging, disables game rendering as if there were no graphics card.</translation>
</message>
<message>
<source>enableHDRCheckBox</source>
<translation>Enable HDR:\nEnables HDR in games that support it.\nYour monitor must have support for the BT2020 PQ color space and the RGB10A2 swapchain format.</translation>
</message>
<message>
<source>gameFoldersBox</source>
<translation>Game Folders:\nThe list of folders to check for installed games.</translation>