mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DriverDetails: Remove bug for broken GPU Texture Decoding
This commit is contained in:
@ -286,10 +286,6 @@ enum Bug
|
||||
// Mali Vulkan driver, causing high CPU usage in the __pi___inval_cache_range kernel
|
||||
// function. This flag causes readback buffers to select the coherent type.
|
||||
BUG_SLOW_CACHED_READBACK_MEMORY,
|
||||
|
||||
// BUG: GPU Texture Decoding produces a spectacular mess or just outright crashes when using
|
||||
// Vulkan on macOS through MoltenVK.
|
||||
BUG_BROKEN_GPU_TEXTURE_DECODING,
|
||||
};
|
||||
|
||||
// Initializes our internal vendor, device family, and driver version
|
||||
|
Reference in New Issue
Block a user