oops, and that todo

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

View File

@ -84,7 +84,7 @@ namespace BizHawk.Client.Common
"getcurrentmemorydomainsize",
"Returns the number of bytes of the current memory domain selected by Lua. The default is Main memory"
)]
public uint GetCurrentMemoryDomainSize() // int to long TODO: test this and think about it more
public uint GetCurrentMemoryDomainSize()
{
return (uint)Domain.Size;
}