diff --git a/pcsx2/R3000A.cpp b/pcsx2/R3000A.cpp index 83bcf780e1..d1207bc0f9 100644 --- a/pcsx2/R3000A.cpp +++ b/pcsx2/R3000A.cpp @@ -169,8 +169,8 @@ __forceinline void PSX_INT( IopEventId n, s32 ecycle ) // code to help trap those sort of things. // Exception: IRQ16 - SIO - it drops ints like crazy when handling PAD stuff. - //if( /*n!=16 &&*/ psxRegs.interrupt & (1< Twice-thrown int on IRQ %d", n ); + if( /*n!=16 &&*/ psxRegs.interrupt & (1< Twice-thrown int on IRQ %d", n ); psxRegs.interrupt |= 1 << n; diff --git a/plugins/GSdx/GSUtil.cpp b/plugins/GSdx/GSUtil.cpp index c240b13ee5..d49d5b22eb 100644 --- a/plugins/GSdx/GSUtil.cpp +++ b/plugins/GSdx/GSUtil.cpp @@ -149,7 +149,7 @@ bool GSUtil::CheckDirectX() { printf("Cannot find %s\n", d3dx9_dll.c_str()); - if(MessageBox(NULL, "You need to update directx, would you like to do it now?", "GSdx", MB_YESNO) == IDYES) + if(MessageBox(NULL, "You need to update some directx libraries, would you like to do it now?", "GSdx", MB_YESNO) == IDYES) { const char* url = "http://www.microsoft.com/downloads/details.aspx?FamilyId=2DA43D38-DB71-4C1B-BC6A-9B6652CD92A3";