Conversation
Can convert XML into database and back again. DOES NOT CURRENTLY WORK WITH THE PROGRAM. The metadata member variable on FileData needs to be replaced. FileData might get completely rewritten in favor of a solution that lets us use SQL queries to get file lists.
Removed ScraperCmdLine.h/.cpp, since it was never used anyway.
Also wrote a short and simple SQLite C++ wrapper that uses exceptions and RAII, which makes the code much cleaner.
…enever MetaData.cpp's gameDecls array changes).
FileData now basically works as a key in the GamelistDB "files" table. Still not quite done (lots of places marked TODO), but semi-functional. Removed Boost.Regex dependency, didn't need it after all.
Fixed launching games causing a crash. (because the filetype column in GamelistDB used to be isfolder, so the enum was just tested as a boolean).
Fixed "IMPORT XML" option not updating gamelist views. DetailedGameListView now repopulates instead of recreating itself when changes occur.
Conflicts: es-app/src/SystemData.cpp
Conflicts: es-app/src/guis/GuiGamelistOptions.cpp
The new VideoComponent will inherit from MediaComponent.
joolswills
pushed a commit
to joolswills/EmulationStation
that referenced
this pull request
Sep 18, 2022
guis: fix wrong dialog title for video resolution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To have an option in the menu to rotate the screen to use it at my gpd win2 ... some forums said that it could be solved using the xrandr command, but in that case I have to install it and not able to run from the usb img.