mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 09:27:39 +00:00
Fixed reopening a controller on Android
This commit is contained in:
parent
1ea4edddec
commit
908bd84c5e
1 changed files with 2 additions and 0 deletions
|
@ -748,6 +748,8 @@ public:
|
||||||
m_nReportResponseError = -ECONNRESET;
|
m_nReportResponseError = -ECONNRESET;
|
||||||
pthread_cond_broadcast( &m_cv );
|
pthread_cond_broadcast( &m_cv );
|
||||||
|
|
||||||
|
m_bOpenResult = false;
|
||||||
|
|
||||||
if ( bDeleteDevice )
|
if ( bDeleteDevice )
|
||||||
{
|
{
|
||||||
delete m_pDevice;
|
delete m_pDevice;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue