GS : update OGL advanced settings tool tip

GS : update OGL advanced settings tool tip
This commit is contained in:
Mrlinkwii 2021-09-02 09:51:57 +01:00 committed by lightningterror
parent 8ba9cc102a
commit 0a0430051c
1 changed files with 3 additions and 4 deletions

View File

@ -162,11 +162,10 @@ const char* dialog_message(int ID, bool* updateText)
"Note: This hack is a work in progress."); "Note: This hack is a work in progress.");
case IDC_GEOMETRY_SHADER_OVERRIDE: case IDC_GEOMETRY_SHADER_OVERRIDE:
return cvtString("Allows the GPU instead of just the CPU to transform lines into sprites. This reduces CPU load and bandwidth requirement, but it is heavier on the GPU.\n" return cvtString("Allows the GPU instead of just the CPU to transform lines into sprites. This reduces CPU load and bandwidth requirement, but it is heavier on the GPU.\n"
"Automatic detection is recommended.\n\n" "Automatic detection is recommended.");
"Note: This option is only supported by GPUs which support at least Direct3D 10.");
case IDC_IMAGE_LOAD_STORE: case IDC_IMAGE_LOAD_STORE:
return cvtString("Allows advanced atomic operations to speed up DATE Accuracy.\n" return cvtString("Allows advanced atomic operations to speed up Accurate DATE.\n"
"Only disable this if using DATE Accuracy causes (GPU driver) issues.\n\n" "Only disable this if using Accurate DATE causes (GPU driver) issues.\n\n"
"Note: This option is only supported by GPUs which support at least Direct3D 11."); "Note: This option is only supported by GPUs which support at least Direct3D 11.");
case IDC_SPARSE_TEXTURE: case IDC_SPARSE_TEXTURE:
return cvtString("Allows to reduce VRAM usage on the GPU.\n\n" return cvtString("Allows to reduce VRAM usage on the GPU.\n\n"