From f546ea1f8ade84df908e8fb9259131ae745103e5 Mon Sep 17 00:00:00 2001 From: lightningterror <18107717+lightningterror@users.noreply.github.com> Date: Fri, 8 Dec 2023 17:41:49 +0100 Subject: [PATCH] iR5900: Correct some log links. --- pcsx2/x86/ix86-32/iR5900.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcsx2/x86/ix86-32/iR5900.cpp b/pcsx2/x86/ix86-32/iR5900.cpp index 8dd1119b5b..e38b1360be 100644 --- a/pcsx2/x86/ix86-32/iR5900.cpp +++ b/pcsx2/x86/ix86-32/iR5900.cpp @@ -1897,7 +1897,7 @@ void recompileNextInstruction(bool delayslot, bool swapped_delay_slot) else if (COP2IsQOP(cpuRegs.code)) { - Console.Warning("Possible incorrect Q value used in COP2. If the game is broken, please report to http://github.com/pcsx2/pcsx2."); + Console.Warning("Possible incorrect Q value used in COP2. If the game is broken, please report to https://github.com/pcsx2/pcsx2."); for (u32 i = s_pCurBlockEx->startpc; i < s_nEndBlock; i += 4) { std::string disasm = ""; @@ -1923,7 +1923,7 @@ void recompileNextInstruction(bool delayslot, bool swapped_delay_slot) if ((_Rd_ == 16 && s & 1) || (_Rd_ == 17 && s & 2) || (_Rd_ == 18 && s & 4)) { std::string disasm; - Console.Warning("Possible old value used in COP2 code. If the game is broken, please report to http://github.com/pcsx2/pcsx2."); + Console.Warning("Possible old value used in COP2 code. If the game is broken, please report to https://github.com/pcsx2/pcsx2."); for (u32 i = s_pCurBlockEx->startpc; i < s_nEndBlock; i += 4) { disasm = "";