Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.PluginFramework/Interfaces/PluginInterfaces.cs 2013/06/06 09:24:18 589 +++ trunk/RomCheater.PluginFramework/Interfaces/PluginInterfaces.cs 2013/06/06 10:08:17 590 @@ -23,6 +23,7 @@ public interface IConfigPlugin : IPluginBase, IAcceptsReadOnlyMemoryRange, ISearchInProgress, IAcceptsMemorySearch { List<ProcContainer> ValidProcessesForPlugin { get; } + bool IsGenericConfig { get; } } #endregion #region IInputPlugin @@ -117,8 +118,8 @@ } public interface IAcceptsReadOnlyMemoryRange { - uint MemoryRangeStart { get; } - uint MemoryRangeSize { get; } + ulong MemoryRangeStart { get; } + ulong MemoryRangeSize { get; } } public interface IOutputsData<TData> { TData Data { get; } } public interface ISearchInProgress
ViewVC Help | |
Powered by ViewVC 1.1.22 |