libstrat: uncomment some asserts

This commit is contained in:
Michael Scire 2021-09-29 22:02:58 -07:00
parent 9b04ff0f54
commit a4fe1bb5d8
2 changed files with 3 additions and 3 deletions

View file

@ -675,7 +675,7 @@ namespace ams::fssystem::save {
R_TRY(cache.Flush());
cache.Invalidate();
}
/* AMS_ASSERT(!cache.AcquireNextOverlappedCache(invalidate_offset, invalidate_size)); */
AMS_ASSERT(!cache.AcquireNextOverlappedCache(invalidate_offset, invalidate_size));
}
} else if (size < prev_size) {
/* Prepare to do a shrink. */