mirror of https://github.com/PCSX2/pcsx2.git
pcsx2: Avoid trigraphs
Fixes a -Wtrigraph warning on clang.
This commit is contained in:
parent
354b11c619
commit
cdee1875a5
|
@ -495,7 +495,7 @@ static __fi bool mfifoGIFrbTransfer()
|
|||
{
|
||||
u16 qwc = std::min(QWCinGIFMFIFO(gifch.madr), gifch.qwc);
|
||||
if (qwc == 0) {
|
||||
DevCon.Warning("GIF FIFO EMPTY before transfer (how??)");
|
||||
DevCon.Warning("GIF FIFO EMPTY before transfer (how?)");
|
||||
}
|
||||
|
||||
u8* src = (u8*)PSM(gifch.madr);
|
||||
|
|
Loading…
Reference in New Issue