mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
Changed ES-DE into RetroDECK
This commit is contained in:
parent
cc572f2718
commit
7f0746f14f
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue