This commit is contained in:
upthorn 2019-01-04 13:58:01 -08:00
commit c8f826ada3
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ namespace BizHawk.Common.BizInvoke
{
public sealed class MemoryBlock : IDisposable
{
//TODO rewrite this class without using the external functions in Kernel32 - this may help: https://docs.microsoft.com/en-us/dotnet/standard/io/memory-mapped-files
/// <summary>
/// starting address of the memory block
/// </summary>