mirror of https://github.com/PCSX2/pcsx2.git
ImGuiOverlays: Fix incorrect fix naming
Fixes incorrect target partial invalidation overlay name and makes autoflush more distinct from anisotropic filtering.
This commit is contained in:
parent
137dfc20fa
commit
84fab9ccd3
|
@ -422,7 +422,7 @@ void ImGuiManager::DrawSettingsOverlay()
|
|||
if (GSConfig.UserHacks_AlignSpriteX)
|
||||
APPEND("AS ");
|
||||
if (GSConfig.UserHacks_AutoFlush)
|
||||
APPEND("AF ");
|
||||
APPEND("ATFL ");
|
||||
if (GSConfig.UserHacks_CPUFBConversion)
|
||||
APPEND("FBC ");
|
||||
if (GSConfig.UserHacks_ReadTCOnClose)
|
||||
|
@ -432,7 +432,7 @@ void ImGuiManager::DrawSettingsOverlay()
|
|||
if (GSConfig.UserHacks_DisablePartialInvalidation)
|
||||
APPEND("DPIV ");
|
||||
if (GSConfig.UserHacks_TargetPartialInvalidation)
|
||||
APPEND("TPV ");
|
||||
APPEND("TPI ");
|
||||
if (GSConfig.UserHacks_DisableSafeFeatures)
|
||||
APPEND("DSF ");
|
||||
if (GSConfig.PreloadFrameWithGSData)
|
||||
|
|
Loading…
Reference in New Issue