diff --git a/pcsx2/GS/GSState.cpp b/pcsx2/GS/GSState.cpp index 9189fb2b6d..0f110821bc 100644 --- a/pcsx2/GS/GSState.cpp +++ b/pcsx2/GS/GSState.cpp @@ -1505,8 +1505,7 @@ void GSState::GIFRegHandlerTRXDIR(const GIFReg* RESTRICT r) case 2: // local -> local Move(); break; - default: // 3 prohibited, behavior unknown - Console.Warning("Invalid guest transfer direction. Please report: https://github.com/PCSX2/pcsx2/issues"); + default: // 3 deactivated as stated by manual. Tested on hardware and no transfers happen. break; } }