Emul8.Peripherals.CPU.TranslationCPU.IsBlockBeginEventEnabled C# (CSharp) Méthode

IsBlockBeginEventEnabled() private méthode

private IsBlockBeginEventEnabled ( ) : uint
Résultat uint
        private uint IsBlockBeginEventEnabled()
        {
            return (blockBeginHook != null || executionMode == ExecutionMode.SingleStep || isAnyInactiveHook) ? 1u : 0u;
        }
TranslationCPU