mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
Fix gamepads not working, enable on Android
This commit is contained in:
@@ -88,10 +88,3 @@ void GpAppEnvironment::InitializeApplicationState()
|
||||
drivers->SetDriver<GpDriverIDs::kFont>(m_fontHandler);
|
||||
drivers->SetDriver<GpDriverIDs::kEventQueue>(m_vosEventQueue);
|
||||
}
|
||||
|
||||
void GpAppEnvironment::SynchronizeState()
|
||||
{
|
||||
const size_t numInputDrivers = m_numInputDrivers;
|
||||
for (size_t i = 0; i < numInputDrivers; i++)
|
||||
m_inputDrivers[i]->ProcessInput();
|
||||
}
|
||||
|
||||
@@ -41,7 +41,6 @@ public:
|
||||
private:
|
||||
static void StaticAppThreadFunc(void *context);
|
||||
void InitializeApplicationState();
|
||||
void SynchronizeState();
|
||||
|
||||
IGpDisplayDriver *m_displayDriver;
|
||||
IGpAudioDriver *m_audioDriver;
|
||||
|
||||
Reference in New Issue
Block a user