Actions
Emulator Issues #11606
openTool-tips descriptions are wrong (see images)
Status:
Accepted
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
What's the problem? Describe what went wrong.
The tool-tip and description of some settings are still wrong. The behaviour was changed in this PR https://github.com/dolphin-emu/dolphin/pull/7753 .
The desription should likely be changed and also needs new translations.
- All backends support GPU texture-decoding
- All (or only d3d and vulkan?) backends can be multithreaded now
Files
Updated by JMC4789 over 5 years ago
- Status changed from New to Accepted
Vulkan is still the only backend with GPU multi-threading active, it does nothing in the other backends. GPU texture decoding is supported in all backends though.
Updated by Techjar over 5 years ago
The tooltip on GPU Texture Decoding is actually broken due to the backend feature support values not being loaded at that point.
Updated by Techjar over 5 years ago
Updated by ZephyrSurfer about 3 years ago
That PR was merged. Is this issue resolved then?
Actions