remove a todo
This commit is contained in:
parent
27d30df0cf
commit
71438b2de6
|
@ -50,7 +50,7 @@ namespace BizHawk.Client.Common
|
|||
"getcurrentmemorydomainsize",
|
||||
"Returns the number of bytes of the domain defined as main memory"
|
||||
)]
|
||||
public uint GetSize() // int to long TODO: test this and think about it more
|
||||
public uint GetSize()
|
||||
{
|
||||
return (uint)Domain.Size;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue