Skip to content

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
wants to merge 1,066 commits into
base: master
Choose a base branch
from

Conversation

Oberworld
Copy link

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.

@robertybob
Copy link

@Oberworld I think this can be closed as it's not been created properly :)

@hex007
Copy link

hex007 commented Aug 25, 2017

@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

@hex007
Copy link

hex007 commented Sep 24, 2017

@Oberworld Please close this PR ASAP

pjft and others added 24 commits February 26, 2021 13:56
Update video screensaver settings
Improve Update Gamelist logic and performance
Added a cache for stat checks
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.
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
pjft and others added 30 commits February 18, 2024 19:59
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
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.
… 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
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
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.