mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Merge pull request #572 from icenine451/cooker-0.7.3b-icenine451
Cooker 0.7.3b icenine451
This commit is contained in:
commit
a5a14646f3
|
@ -1,22 +1,7 @@
|
|||
diff -au1r emulationstation-de/es-app/src/views/ViewController.cpp emulationstation-de/es-app/src/views/ViewController.cpp
|
||||
--- emulationstation-de/es-app/src/views/ViewController.cpp 2023-11-04 17:32:01.356656877 +0100
|
||||
+++ emulationstation-de/es-app/src/views/ViewController.cpp 2023-11-04 17:38:58.132211437 +0100
|
||||
@@ -180,7 +180,9 @@
|
||||
{
|
||||
- mNoGamesErrorMessage = "RETRODECK COULD NOT FIND ANY ROM FILES. "
|
||||
- "PLEASE PLACE YOUR ROM FILES INTO THE APPROPRIATE "
|
||||
- "SYSTEM SUBFOLDER IN THE CONFIGURED ROM DIRECTORY "
|
||||
- "AND RUN RETRODECK AGAIN TO SCAN YOUR LIBRARY.\n"
|
||||
- "THE CURRENTLY CONFIGURED ROM DIRECTORY IS:\n";
|
||||
+ mNoGamesErrorMessage = "NO GAME FILES WERE FOUND. EITHER PLACE YOUR GAMES IN "
|
||||
+ "THE CURRENTLY CONFIGURED ROM DIRECTORY OR CHANGE "
|
||||
+ "ITS PATH USING THE BUTTON BELOW. OPTIONALLY THE ROM "
|
||||
+ "DIRECTORY STRUCTURE CAN BE GENERATED WHICH WILL "
|
||||
+ "CREATE A TEXT FILE FOR EACH SYSTEM PROVIDING SOME "
|
||||
+ "INFORMATION SUCH AS THE SUPPORTED FILE EXTENSIONS.\n"
|
||||
+ "THIS IS THE CURRENTLY CONFIGURED ROM DIRECTORY:\n";
|
||||
|
||||
@@ -193,91 +195,3 @@
|
||||
--- emulationstation-de/es-app/src/views/ViewController.cpp 2023-11-04 15:09:24.332178777 -0400
|
||||
+++ emulationstation-de/es-app/src/views/ViewController.cpp 2023-11-04 15:13:59.015780009 -0400
|
||||
@@ -195,91 +195,3 @@
|
||||
mNoGamesMessageBox = new GuiMsgBox(
|
||||
- HelpStyle(), mNoGamesErrorMessage + mRomDirectory, "CHANGE ROM DIRECTORY",
|
||||
- [this] {
|
||||
|
@ -109,3 +94,8 @@ diff -au1r emulationstation-de/es-app/src/views/ViewController.cpp emulationstat
|
|||
- "QUIT",
|
||||
+ HelpStyle(), mNoGamesErrorMessage + mRomDirectory, "QUIT",
|
||||
[] {
|
||||
@@ -289,3 +201,3 @@
|
||||
},
|
||||
- nullptr, true, false,
|
||||
+ "", nullptr, "", nullptr, nullptr, true, true,
|
||||
(mRenderer->getIsVerticalOrientation() ?
|
||||
|
|
Loading…
Reference in a new issue