From 735bc9b39a4eb1de6aef4c4b1af6e0b48d578bde Mon Sep 17 00:00:00 2001 From: aliaspider Date: Mon, 12 Oct 2015 18:10:16 +0100 Subject: type of SCPUState.IRQActive was incorrectly set to boolean. --- source/snes9x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/snes9x.h') diff --git a/source/snes9x.h b/source/snes9x.h index f201b8f..63bb032 100644 --- a/source/snes9x.h +++ b/source/snes9x.h @@ -195,7 +195,7 @@ typedef struct uint32_t Flags; bool BranchSkip; bool NMIActive; - bool IRQActive; + uint8_t IRQActive; bool WaitingForInterrupt; bool InDMA; uint8_t WhichEvent; -- cgit v1.2.3