-
Notifications
You must be signed in to change notification settings - Fork 905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a menu option to rotate video for gpd win/gpd win2 #791
Open
almendes
wants to merge
43
commits into
master
Choose a base branch
from
video
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
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
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.