-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Initial Support for Stop and Restart Game #2441
base: main
Are you sure you want to change the base?
Conversation
…n clicked stop or restart button.
Seems like the sdl builds are fixed now. Just need to figure how to start again the last booted game, after the restart button relaunches the executable. |
changed all qt additions to std for better merge, still need suggestions to fetch lastgamepath |
Rebase and clean up |
I haven't fully figured out this PR yet.
|
This should never close the emulator, but cleanly exit the game The thing is the emulator usually freeze when trying to cleanly exit a game |
currently theres no stop button this one creates a quit event that also relaunches the emulator so it will kinda be a close one. The intended behaviur should be just closing the game window, but as i remember soon the game window will be reworked, so maybe i will wait for it to be implemented so i can rewrite the pr thanks |
I was not referring to the button design or choice of buttons, just the fact that they have a text label underneath each button. that could be a solution for the fact that there are two buttons that look mostly the same |
I think it would be easier to remove the "Refresh" button and add the ability to update the list using F5. As for the inscriptions under the buttons... I honestly don't know, it also looks pretty good. But as you may have noticed, this increases the area below the buttons and also affects the functions on the right (changing the size of icons and search), they will also have to be lowered so that everything looks harmonious. You can add such a change as an option. In "GUI Settings" add the checkbox "Explanatory captions for function buttons". P.S. I don't know English well, so I use an online translator, which sometimes makes it difficult to understand the correctness of the translation and what is written. So I apologize for not immediately understanding your idea. |
This is fine as well. The general idea is just that there should be something done so that there aren't two buttons that look the same having no visual cue to tell them apart. Your proposed solutions can also solve that |
For the moment the buttons only triggers a relaunch of the emulator i still need to figure out how to add the function to pass the last eboot path to the relaunch argument to trigger the last played game on restart button press, the stop button now closes the game and restart the emulator. Any suggestions for that last part is appreciated.