mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Update ESDE patch
This commit is contained in:
parent
be69660d25
commit
27317f5e9c
|
@ -1,6 +1,22 @@
|
||||||
--- /tmp/emulationstation-de/es-app/src/views/ViewController.cpp 2023-10-21 19:46:36.202758979 +0200
|
diff -au1r emulationstation-de/es-app/src/views/ViewController.cpp emulationstation-de/es-app/src/views/ViewController.cpp
|
||||||
+++ ./patches-tmp/ViewController.cpp 2023-10-21 22:21:04.737925284 +0200
|
--- emulationstation-de/es-app/src/views/ViewController.cpp 2023-10-24 13:44:56.767947794 -0400
|
||||||
@@ -195,96 +195,5 @@
|
+++ emulationstation-de/es-app/src/views/ViewController.cpp 2023-10-24 14:07:45.665387904 -0400
|
||||||
|
@@ -180,9 +180,7 @@
|
||||||
|
{
|
||||||
|
- 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";
|
||||||
|
+ 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";
|
||||||
|
|
||||||
|
@@ -195,91 +193,3 @@
|
||||||
mNoGamesMessageBox = new GuiMsgBox(
|
mNoGamesMessageBox = new GuiMsgBox(
|
||||||
- HelpStyle(), mNoGamesErrorMessage + mRomDirectory, "CHANGE ROM DIRECTORY",
|
- HelpStyle(), mNoGamesErrorMessage + mRomDirectory, "CHANGE ROM DIRECTORY",
|
||||||
- [this] {
|
- [this] {
|
||||||
|
@ -93,9 +109,3 @@
|
||||||
- "QUIT",
|
- "QUIT",
|
||||||
+ HelpStyle(), mNoGamesErrorMessage + mRomDirectory, "QUIT",
|
+ HelpStyle(), mNoGamesErrorMessage + mRomDirectory, "QUIT",
|
||||||
[] {
|
[] {
|
||||||
- SDL_Event quit;
|
|
||||||
- quit.type = SDL_QUIT;
|
|
||||||
- SDL_PushEvent(&quit);
|
|
||||||
- },
|
|
||||||
+ },
|
|
||||||
nullptr, true, false,
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9dc439300e92338d5b2bc3fc680eedd4fe1d3b0c
|
Subproject commit 0b1cfb79e591e10488a3262d6b38db843c39a409
|
|
@ -1 +1 @@
|
||||||
Subproject commit 76809270588f87c6c14df96fef2dde9a7bac84f4
|
Subproject commit a2441b964afefd8cd1cebcdf562c7878670daf42
|
Loading…
Reference in a new issue