Controller: Always check for access byte

This commit is contained in:
Albert Liu
2021-02-21 15:20:31 -08:00
parent 30bcf280d4
commit 329e8317b4
12 changed files with 100 additions and 39 deletions

View File

@ -61,6 +61,7 @@ private:
enum class TransferState : u8
{
Idle,
Ready,
IDMSB,
ButtonsLSB,
ButtonsMSB