Remove protect warning

This is expected behavior, shouldn't need any logging.
This commit is contained in:
Stephen Miller 2025-05-27 13:26:04 -05:00
parent e2215f0f4f
commit 59a32eeb5d

View File

@ -561,7 +561,6 @@ s64 MemoryManager::ProtectBytes(VAddr addr, VirtualMemoryArea vma_base, size_t s
if (vma_base.type == VMAType::Free) {
// On PS4, protecting freed memory does nothing.
LOG_WARNING(Kernel_Vmm, "Attempting to protect free memory");
return adjusted_size;
}