Skip to content

Commit

Permalink
Merge pull request stenzek#2669 from gameblabla/armored_core_sio_fix
Browse files Browse the repository at this point in the history
Set DSRINPUTLEVEL and CTSINPUTLEVEL to true for Armored Core
  • Loading branch information
stenzek authored Oct 25, 2021
2 parents 96f4fdf + 6a005f0 commit 8e06f1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/sio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ void SIO::SoftReset()
{
m_SIO_CTRL.bits = 0;
m_SIO_STAT.bits = 0;
m_SIO_STAT.DSRINPUTLEVEL = true;
m_SIO_STAT.CTSINPUTLEVEL = true;
m_SIO_STAT.TXDONE = true;
m_SIO_STAT.TXRDY = true;
m_SIO_MODE.bits = 0;
Expand Down

0 comments on commit 8e06f1b

Please sign in to comment.