lua - update memory documentation to mention it defaults to system bus, fixes #1675
This commit is contained in:
parent
a54b2eaf06
commit
5e73c7c536
|
@ -9,7 +9,7 @@ using BizHawk.Common.BufferExtensions;
|
|||
// ReSharper disable UnusedMember.Global
|
||||
namespace BizHawk.Client.Common
|
||||
{
|
||||
[Description("These functions behavior identically to the mainmemory functions but the user can set the memory domain to read and write from. The default domain is main memory. Use getcurrentmemorydomain(), and usememorydomain() to control which domain is used. Each core has its own set of valid memory domains. Use getmemorydomainlist() to get a list of memory domains for the current core loaded.")]
|
||||
[Description("These functions behavior identically to the mainmemory functions but the user can set the memory domain to read and write from. The default domain is the system bus. Use getcurrentmemorydomain(), and usememorydomain() to control which domain is used. Each core has its own set of valid memory domains. Use getmemorydomainlist() to get a list of memory domains for the current core loaded.")]
|
||||
public sealed class MemoryLuaLibrary : LuaMemoryBase
|
||||
{
|
||||
private MemoryDomain _currentMemoryDomain;
|
||||
|
|
Loading…
Reference in New Issue