diff --git a/pcsx2/Gif.cpp b/pcsx2/Gif.cpp index 9e189856ae..886f3f4531 100644 --- a/pcsx2/Gif.cpp +++ b/pcsx2/Gif.cpp @@ -153,7 +153,7 @@ static __forceinline void GIFchain() static __forceinline void dmaGIFend() { - CPU_INT(2, 2); + CPU_INT(2, 16); } // These could probably be consolidated into one function,