-
Notifications
You must be signed in to change notification settings - Fork 904
Fix issue - shoulder buttons do not perform page up/down actions #666
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
Open
Oberworld
wants to merge
1,066
commits into
Aloshi:master
Choose a base branch
from
RetroPie:master
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 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
@Oberworld I think this can be closed as it's not been created properly :) |
@Oberworld This is not the repo for EmulationStation for Retropie Go here -> https://github.com/Retropie/EmulationStation And close this PR. It has too many commits and this repo is not maintained |
@Oberworld Please close this PR ASAP |
Update video screensaver settings
Improve Update Gamelist logic and performance
Added a cache for stat checks
Improve file-system accesses
Adds option for background resource indexing during screensaver
Fix insignificant message typo in VolumeControl.cpp
Add option to ignore common leading articles in Filename sort
Adds longer delay (5secs) for start of description text autoscroll.
Allow <forceUppercase>0</forceUppercase> in <textlist>
All changes in just one commit, as discussed earlier Add NEOGEO_CD NINTENDO_POKEMON_MINI Id Fix NINTENDO_GAME_AND_WATCH
Added two systems in the scrape - NEOGEO_CD, NINTENDO_POKEMON_MINI - and updated the NINTENDO_GAME_AND_WATCH id.
Update --help text
Added a progressbar during loading + threaded loading for systems
Video screensaver wasn't launching games when the Image screensaver had been set to use custom images, even if not in use. Introduced in #673 . Reported in https://retropie.org.uk/forum/topic/29291/video-screensaver-black-screen-with-omx-on-and-controls-not-working/
IF reduce and Fix delete buffer
In #688 the change from getCanonicalPath to getAbsolutePath improved performance, but the case of an empty path was not resolving appropriately for the VLC video player.
Fixes scroll detection for themes with forceuppercase gamelist display
Fix initialization of metadata
Prevent game launchers in a directory used as game launcher, as FileData::addChild() is only valid on filesystem folders with no or no valid game extension for that platform. Example: ``` scummvm/Violet.svm/ # directory acts as game launcher in ES, bc. of the extension. ├── Violet.svm # file is another valid game launcher. └── Violet.zblorb ``` May be end up in the gamelist as: ``` ... <game> <path>./Violet.svm</game> <!-- <game>-element bc. ES recognize only those as launchable --> ... </game> <game> <path>./Violet.svm/Violet.svm</game> <!-- <game> can not be added to parent node as it is also a <game> and not a <folder> --> ... </game> ```
Address warning when exiting screensaver
Starting with 7.85, `CURLOPT_REDIR_PROTOCOLS` is deprecated [1] and `CURL_REDIR_PROTOCOLS_STR` [2] should be used instead. The changes modify the option used depending on the (compile time) libcurl version. [1] https://curl.se/libcurl/c/CURLOPT_REDIR_PROTOCOLS.html [2] https://curl.se/libcurl/c/CURLOPT_REDIR_PROTOCOLS_STR.html
Handle cURL library deprecation for redirect options
Fix for nested game launchers
Updated the generation script to account for Python 3.12 deprecation of 'datetime.now()'. Re-generated the MAME resource files from the following DATs: * MAME 262 (Jan 2024) * FBNeo (22 Feb 2024) * Libretro Mame2003-Plus (22 Feb 2024)
resources: update MAME files and resource generator
This updates it to support mixer passthrough, and accommodate cases where the mute function wasn't supported.
Update VLC Mute logic
… active and fix cursor placement when changing theme with a smaller/larger gamelist viewport.
…astplayed Fix cursor overrun in last played collection when LR/LB paging is used
…tion Fixes segfault after metadata edit in collections and navigating back…
Fix persistence of new collections, either from theme or custom name
help text for option --fullscreen-borderless
Add new option --monitor
Detecting DS4 and Anbernic P01 analog triggers
scraper: added FM Towns (Marty)
Updated resources to 11.03.2025, using dat files from: * FinalBurn Neo * Mame2003 Plus * MAME 0.275
resources: update MAME files
these snippets accidentially haven't been removed (cf. #846). esp. `getPressCountInDuration()` is member of CollectionSystemManager.cpp since then.
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.
Hi, I'm nismo from retropie forums (my nick was taken here).
There is a bug on Emulationstation that make L and R buttons to fast navigate in gamelist doesn't work.
Fieldofcows did a fix months ago and I tested without any issues.
Can you update the code to add it?
Here is the commit: fieldofcows@97f56a1
Regards.