instafix #546
This commit is contained in:
parent
48bf9616db
commit
c1e70077c8
|
@ -7,7 +7,7 @@ using BizHawk.Emulation.Common.IEmulatorExtensions;
|
|||
|
||||
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 setcurrentmemorydomain() 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 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.")]
|
||||
public sealed class MemoryLuaLibrary : LuaMemoryBase
|
||||
{
|
||||
//private int _currentMemoryDomain; // Main memory by default probably (index 0 is currently always main memory but may never be)
|
||||
|
|
Loading…
Reference in New Issue