mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +00:00
input: Unbroke KBM-only input (#2179)
This commit is contained in:
parent
c80151adde
commit
1ea5f8f092
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue