mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 22:25:38 +00:00
cosmetic - indent
This commit is contained in:
parent
9ce4419a5a
commit
9ae899360c
|
@ -433,12 +433,12 @@ void ViewController::preload()
|
||||||
for(auto it = SystemData::sSystemVector.cbegin(); it != SystemData::sSystemVector.cend(); it++)
|
for(auto it = SystemData::sSystemVector.cbegin(); it != SystemData::sSystemVector.cend(); it++)
|
||||||
{
|
{
|
||||||
if(Settings::getInstance()->getBool("SplashScreen") &&
|
if(Settings::getInstance()->getBool("SplashScreen") &&
|
||||||
Settings::getInstance()->getBool("SplashScreenProgress"))
|
Settings::getInstance()->getBool("SplashScreenProgress"))
|
||||||
{
|
{
|
||||||
i++;
|
i++;
|
||||||
char buffer[100];
|
char buffer[100];
|
||||||
sprintf (buffer, "Loading '%s' (%d/%d)",
|
sprintf (buffer, "Loading '%s' (%d/%d)",
|
||||||
(*it)->getFullName().c_str(), i, SystemData::sSystemVector.size());
|
(*it)->getFullName().c_str(), i, SystemData::sSystemVector.size());
|
||||||
mWindow->renderLoadingScreen(std::string(buffer));
|
mWindow->renderLoadingScreen(std::string(buffer));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue