master #30

Merged
sin365 merged 15 commits from Alienjack/AxibugEmuOnline_old:master into master 2024-08-22 14:26:13 +08:00
Showing only changes of commit 7191f27cb0 - Show all commits

View File

@ -27,7 +27,7 @@ namespace VirtualNes.Core
{
var offsetptr = ptr + offset;
Unsafe.InitBlock(offsetptr, value, (uint)length);
Unsafe.InitBlockUnaligned(offsetptr, value, (uint)length);
}
}