mirror of
https://github.com/libsdl-org/SDL.git
synced 2024-11-26 21:33:26 +08:00
Fixed reopening a controller on Android
This commit is contained in:
parent
1ea4edddec
commit
908bd84c5e
@ -748,6 +748,8 @@ public:
|
||||
m_nReportResponseError = -ECONNRESET;
|
||||
pthread_cond_broadcast( &m_cv );
|
||||
|
||||
m_bOpenResult = false;
|
||||
|
||||
if ( bDeleteDevice )
|
||||
{
|
||||
delete m_pDevice;
|
||||
|
Loading…
Reference in New Issue
Block a user