-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Create Super Mario 64 (USA).z64 #18018
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
Closed
lrichard0103
wants to merge
563
commits into
libretro:dependabot/github_actions/robinraju/release-downloader-1.12
from
lrichard0103:dependabot/github_actions/robinraju/release-downloader-1.12
Closed
Create Super Mario 64 (USA).z64 #18018
lrichard0103
wants to merge
563
commits into
libretro:dependabot/github_actions/robinraju/release-downloader-1.12
from
lrichard0103:dependabot/github_actions/robinraju/release-downloader-1.12
Conversation
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
There is a type mismatch between selection (size_t) and how it's passed to some functions. In 4f3ae82 I got it backwards and changed the type in savestate thumbnail function definitions to size_t, but in that case we can assume that there won't be more than 999. So in this case it's OK to keep the unsigned int and cast selection to that type. Thumbnails on playlists are the other case and the limit is not so clear to me, so I assume it's reasonable to promote the type of the function parameter i from unsigned to size_t.
- Use the password stored in the connection profile instead of asking each time to the user - `Disconnect` menu item wasn't shown even when connected When entering the Wi-Fi menu first, `nmcli_connection_info` is called with `NULL`. If we return `false` here, the menu doesn't show the `Disconnect` menu item even when the wifi is on and connected. - Don't consider wired connections when checking if the device is connected `cmd_file = popen("nmcli -f NAME c show --active | tail -n+2", "r");` That command returns all active connections, even the wired ones. That means that if the wifi is not connected but we have a wired connection, retroarch shows the Disconnect menu item to disconnect ... a non-existent wifi connection.
Auto swap interval correction
Accepted values are 0 to 999. Rewrite this part to use strtol and test for values in that range. Co-authored-by: pstef <[email protected]>
minor mbedtls update
…e-downloader-1.12
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Guidelines
Description
[Description of the pull request, detail any issues you are fixing or any features you are implementing]
Related Issues
[Any issues this pull request may be addressing]
Related Pull Requests
[Any other PRs from related repositories that might be needed for this pull request to work]
Reviewers
[If possible @mention all the people that should review your pull request]