mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Changed the splash screen text 'Scanning game files' to 'Searching for games'.
This commit is contained in:
parent
fc282f559c
commit
639fa51bc6
|
@ -134,7 +134,7 @@ bool Window::init()
|
|||
(mRenderer->getScreenHeight() - mSplash->getSize().y) / 2.0f * 0.6f);
|
||||
|
||||
mSplashTextScanning = std::unique_ptr<TextCache>(mDefaultFonts.at(1)->buildTextCache(
|
||||
"Scanning game files...", 0.0f, 0.0f, DEFAULT_TEXTCOLOR));
|
||||
"Searching for games...", 0.0f, 0.0f, DEFAULT_TEXTCOLOR));
|
||||
mSplashTextPopulating = std::unique_ptr<TextCache>(
|
||||
mDefaultFonts.at(1)->buildTextCache("Loading systems...", 0.0f, 0.0f, DEFAULT_TEXTCOLOR));
|
||||
mSplashTextReloading = std::unique_ptr<TextCache>(
|
||||
|
|
Loading…
Reference in a new issue