remove a todo

This commit is contained in:
adelikat 2015-01-18 17:28:02 +00:00
parent 27d30df0cf
commit 71438b2de6
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}