master #75

Closed
Alienjack wants to merge 510 commits from Alienjack/AxibugEmuOnline_old:master into master
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);
}
}