mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
Minimal code formatting change.
This commit is contained in:
parent
627b632a45
commit
e47958b3fd
|
@ -52,7 +52,7 @@ CollectionSystemsManager::CollectionSystemsManager(Window* window)
|
|||
{
|
||||
// clang-format off
|
||||
CollectionSystemDecl systemDecls[] = {
|
||||
// Type Name Long name Theme folder isCustom
|
||||
// Type Name Long name Theme folder isCustom
|
||||
{AUTO_ALL_GAMES, "all", "all games", "auto-allgames", false},
|
||||
{AUTO_LAST_PLAYED, "recent", "last played", "auto-lastplayed", false},
|
||||
{AUTO_FAVORITES, "favorites", "favorites", "auto-favorites", false},
|
||||
|
|
|
@ -767,7 +767,8 @@ void FileData::launchGame(Window* window)
|
|||
LOG(LogWarning) << "The alternative emulator configured for system \""
|
||||
<< getSystem()->getName()
|
||||
<< "\" is invalid, falling back to the default command \""
|
||||
<< getSystem()->getSystemEnvData()->mLaunchCommands.front().first << "\"";
|
||||
<< getSystem()->getSystemEnvData()->mLaunchCommands.front().first
|
||||
<< "\"";
|
||||
}
|
||||
|
||||
if (command.empty())
|
||||
|
|
Loading…
Reference in a new issue