GSState: Remove transfer direction warning

This commit is contained in:
Ty Lamontagne 2022-04-10 01:07:18 -04:00 committed by refractionpcsx2
parent 86fb8e5809
commit 00af7d6835
1 changed files with 1 additions and 2 deletions

View File

@ -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;
}
}