mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
trailing whitespace introduced by #9
This commit is contained in:
parent
ecc1552990
commit
6f0b63b1bb
|
@ -107,10 +107,10 @@ void GuiDetectDevice::update(int deltaTime)
|
||||||
// If ES starts and if a known device is connected after startup skip controller configuration
|
// If ES starts and if a known device is connected after startup skip controller configuration
|
||||||
if(mFirstRun && fs::exists(InputManager::getConfigPath()) && InputManager::getInstance()->getNumConfiguredDevices() > 0)
|
if(mFirstRun && fs::exists(InputManager::getConfigPath()) && InputManager::getInstance()->getNumConfiguredDevices() > 0)
|
||||||
{
|
{
|
||||||
InputManager::getInstance()->doOnFinish(); // execute possible onFinish commands
|
InputManager::getInstance()->doOnFinish(); // execute possible onFinish commands
|
||||||
if(mDoneCallback)
|
if(mDoneCallback)
|
||||||
mDoneCallback();
|
mDoneCallback();
|
||||||
delete this; // delete GUI element
|
delete this; // delete GUI element
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue