iR5900: Correct some log links.

This commit is contained in:
lightningterror 2023-12-08 17:41:49 +01:00
parent ff499d42a0
commit f546ea1f8a
1 changed files with 2 additions and 2 deletions

View File

@ -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 = "";