mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 00:42:48 +00:00
Revert the new input system
This commit is contained in:
parent
3b68058eb1
commit
2f7c4e081b
@ -69,7 +69,7 @@ void GameController::ReadState(State* state, bool* isConnected, int* connectedCo
|
||||
|
||||
*isConnected = m_connected;
|
||||
*connectedCount = m_connected_count;
|
||||
*state = m_engine && m_connected ? m_engine->ReadState() : GetLastState();
|
||||
*state = GetLastState();
|
||||
}
|
||||
|
||||
int GameController::ReadStates(State* states, int states_num, bool* isConnected,
|
||||
|
Loading…
Reference in New Issue
Block a user