diff --git a/pcsx2/VMManager.cpp b/pcsx2/VMManager.cpp index 776a479e7a..43b155ccaa 100644 --- a/pcsx2/VMManager.cpp +++ b/pcsx2/VMManager.cpp @@ -3126,6 +3126,11 @@ void VMManager::WarnAboutUnsafeSettings() append(ICON_FA_EXCLAMATION_CIRCLE, TRANSLATE_SV("VMManager", "Estimate texture region is enabled, this may reduce performance.")); } + if (EmuConfig.GS.DumpReplaceableTextures) + { + append(ICON_FA_EXCLAMATION_CIRCLE, + TRANSLATE_SV("VMManager", "Texture dumping is enabled, this will continually dump textures to disk.")); + } if (!messages.empty()) {