Changed ES-DE into RetroDECK

This commit is contained in:
XargonWan 2024-02-20 21:37:11 +01:00
parent cc572f2718
commit 7f0746f14f

View file

@ -677,7 +677,7 @@ int main(int argc, char* argv[])
#if defined(ANDROID_LITE_RELEASE)
const std::string applicationName {"ES-DE Lite"};
#else
const std::string applicationName {"ES-DE"};
const std::string applicationName {"RetroDECK"};
#endif
LOG(LogInfo) << applicationName << " v" << PROGRAM_VERSION_STRING << " (r"
<< PROGRAM_RELEASE_NUMBER << "), built " << PROGRAM_BUILT_STRING;