Disable texture_replacements debug logs

This commit is contained in:
Luke Street
2026-06-17 17:52:10 -06:00
parent e80ff02fd3
commit 265928601c
+2 -1
View File
@@ -1192,7 +1192,8 @@ std::optional<TextureHandle> find_source_replacement_locked(const GXTexObj_& obj
const texture::TextureSourceKey& sourceKey) noexcept {
const auto replacementKey = find_source_replacement_key_locked(sourceKey);
if (!replacementKey.has_value()) {
report_missing_key(sourceKey, obj);
// Enable for debugging
// report_missing_key(sourceKey, obj);
return std::nullopt;
}