Skip to content

Commit

Permalink
DEV9: Correct SPD_XFR_DMAEN define
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastRar authored and F0bes committed Oct 17, 2024
1 parent 3276c0d commit 46d5d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/DEV9/DEV9.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ extern int ThreadRun;

#define SPD_R_XFR_CTRL (SPD_REGBASE + 0x32)
#define SPD_XFR_WRITE (1 << 0)
#define SPD_XFR_DMAEN (1 << 1)
#define SPD_XFR_DMAEN (1 << 7)
#define SPD_R_DBUF_STAT (SPD_REGBASE + 0x38)
//Read
#define SPD_DBUF_AVAIL_MAX 0x10
Expand Down

0 comments on commit 46d5d24

Please sign in to comment.