mirror of https://github.com/PCSX2/pcsx2.git
iR5900: Correct some log links.
This commit is contained in:
parent
ff499d42a0
commit
f546ea1f8a
|
@ -1897,7 +1897,7 @@ void recompileNextInstruction(bool delayslot, bool swapped_delay_slot)
|
||||||
|
|
||||||
else if (COP2IsQOP(cpuRegs.code))
|
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)
|
for (u32 i = s_pCurBlockEx->startpc; i < s_nEndBlock; i += 4)
|
||||||
{
|
{
|
||||||
std::string disasm = "";
|
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))
|
if ((_Rd_ == 16 && s & 1) || (_Rd_ == 17 && s & 2) || (_Rd_ == 18 && s & 4))
|
||||||
{
|
{
|
||||||
std::string disasm;
|
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)
|
for (u32 i = s_pCurBlockEx->startpc; i < s_nEndBlock; i += 4)
|
||||||
{
|
{
|
||||||
disasm = "";
|
disasm = "";
|
||||||
|
|
Loading…
Reference in New Issue