comments!

This commit is contained in:
goyuken 2014-12-17 01:20:53 +00:00
parent 7cecd20d8d
commit 7efcd7cc0b
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ namespace BizHawk.Emulation.Common
{
public interface IMemoryCallbackSystem : IEnumerable<IMemoryCallback>
{
/*
* DANGER:
* Many cores will blindly call CallReads(), CallWrites(), CallExecutes() on every rwx no matter what.
* These functions must return very quickly if the list is empty. Very very quickly.
*/
/// <summary>
/// Returns whether or not there are currently any read hooks
/// </summary>