RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. emulationstatio
    Log in to post
    • All categories
    • W

      Suggest:ES Ideas, customization

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development customization retropie emulationstatio gifs support
      1
      0 Votes
      1 Posts
      361 Views
      No one has replied
    • A12C4A

      ES Video within the grid view

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development emulationstatio gridview
      56
      2 Votes
      56 Posts
      8k Views
      ruckageR

      @a12c4 said in ES Video within the grid view:

      @paffley @EctoOne @ruckage I will add an option so it is always centered (even when at the beggining or the end of the list).

      Many theme creators have asked for it and would make a great usage of it, so I changed my mind.

      That will be great addition, I look forward to it.

    • J

      GPD Pocket linux ubuntu 17.10.1 unity Retropie v4.4

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support gpd pocket retropie gpd emulationstatio
      21
      0 Votes
      21 Posts
      2k Views
      B

      Thanks for those informations.

      Using GPD WIN with ubuntu MATE 18.4.2 x64 and retropie x64 (using debian instal method from wiki)

      i confirm that modifying host name work with unsuccessfully compiled packages.

      Hope this help also ;-)

      Cheers.

    • K

      Emulationstation not showing 'controller setup' option

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support configure butto emulationstatio
      3
      0 Votes
      3 Posts
      472 Views
      K

      Yea, I think I did :) Would that have been the problem? (I am now reinstalling image after having updated retropie and now I can no longer access emulationstation)

    • hooperreH

      Anyone's Inputs Change with 4.4?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ds4 inputs 4.4 emulationstatio retroarch
      4
      0 Votes
      4 Posts
      1k Views
      hooperreH

      @herb_fargus said in Anyone's Inputs Change with 4.4?:

      There were some driver modifications but don't know how they affect PS4. It was discussed at length on GitHub. Don't remember if it was merged in or not before release

      Would this thread be what you're referring to? I wonder if that's somehow what I'm running into somehow?

      Edit: Just checked. Still at 1.7.1.

      Edit Again: Follow this thread.

    • A12C4A

      Grid tile content (image, text, or more ...)

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development emulationstatio gridview es themes
      72
      2 Votes
      72 Posts
      11k Views
      asmithauA

      Hi @A12C4, I been following this thread and really love the work you're doing here, can't wait to see the results. It will give the theme makers some awesome flexibility!

    • V

      Emulationstation with teamviewer blank screen

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support team viewer emulationstatio black screen
      2
      0 Votes
      2 Posts
      744 Views
      mituM

      @vodkanakas TeamViewer needs an X.org server running to be working, ES - the version for the Pi - does not run in a X.org session, so you cannot see ES via TeamViewer.

    • RascasR

      EmulationStation integrated CEC control

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulationstatio cec controls
      3
      0 Votes
      3 Posts
      1k Views
      RascasR

      I can see a new entry on my TV saying "RetroPie ES", but the remote doesn't work OOTB neither is possible to configure it via "Configure Input". In either the pré-compiled one and the custom one. This is just to confirm if it is working or not, it can be my TV, although CEC works fine in other programs.

    • matchamanM

      Bug (solved): OMXPlayer on Stretch-based builds stutters on composite

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support stutter videos omxplayer emulationstatio screensaver
      56
      0 Votes
      56 Posts
      17k Views
      matchamanM

      @pjft said in Bug (solved): OMXPlayer on Stretch-based builds stutters on composite:

      Does running standalone omx player result in the same stuttering?

      Absolutely! And yes, this issue remains unsolved.

    • R

      Portable Game Station/emulationstation's forward slashes not working with fbalpha_libretro.dll

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support portable gamest emulationstatio fbalpha forward slashes windows 10
      4
      0 Votes
      4 Posts
      1k Views
      R

      Hello @jrassa
      I think I've found whats missing,
      int the 2015 version of emulationstation from Aloshi where the slashes where fixed (unstable branch), you can see that he uses an extra function called make_preferred() on the ROM_RAW string

      https://github.com/Aloshi/EmulationStation/blob/unstable/es-app/src/SystemData.cpp
      const std::string rom_raw = fs::path(game.getPath()).make_preferred().string();

      He also uses this funcion on a windows ifdef on the same file
      #ifdef WIN32
      // windows escapes stuff by just putting everything in quotes
      return '"' + fs::path(path).make_preferred().string() + '"';
      #else

      The function make_preferred() from Boost is the one that fixes the slashes
      https://theboostcpplibraries.com/boost.filesystem-paths

      Thanks in advance
      Best regards

    • A

      Unable to launch any games on an Odroid-c2

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support odroid c2 emulationstatio
      5
      0 Votes
      5 Posts
      1k Views
      BuZzB

      @strex I will add the gles flag in - but I think when I tested on the Odroid C2 I used an armhf userland image not aarch64. I suspect that is the most tested, and will work better for emulation, since only one emulator has aarch64 optimisations, whereas many have arm / neon optimisations which are not available in aarch64 mode.

    • S

      Settings file empty

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulationstatio settings settings config errors
      4
      0 Votes
      4 Posts
      3k Views
      mituM

      @son_of_diablo It happens more than you realise, especially when you're starting to add ROMs and experimenting.

    • A

      How are .svm files created from scummvm.ini?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support scummvm gamelist parser emulationstatio
      1
      1 Votes
      1 Posts
      655 Views
      No one has replied
    • R

      Portable GameStation not working with new recalbox-next theme

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support help portable gamest emulationstatio windows recalbox next
      8
      0 Votes
      8 Posts
      2k Views
      R

      @supernature2k
      Thanks thats good to know... maybe I'll stick to manually customize the theme I already have working. Thanks for your themes, they are awesome

    • W

      Arcade Buttons setup... what I am missing?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support arcade emulationstatio gpio button problem
      11
      0 Votes
      11 Posts
      2k Views
      W

      @clyde I try to create such a config file there with the output from jstest. All buttons are recognized, even the coin input gives feedback. It already helped to try on. Thanks very much, I get back later...

      Edit: unfortunately no. My resources are very limited, I'm actually in the Philippines for holidays, building this machine for my friends bar. Brought all electronics from CH but no controller. But now time starts running out :-( glad that at least there's no power outage for days and internet is working...

      Edit2: I copied the cfg of the Logitech gamepad to something like joypad.cfg, commented out most of the lines and ES doesn't ask anymore. Joystick works, most of the buttons too. Not sure if retroarch takes this config for the games now, but that will be sorted out tomorrow. Was a great help to get here, thanks again.

    • R

      Delays - Freezing throughout ES, and games.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support delays emulationstatio retroarch freeze
      4
      0 Votes
      4 Posts
      603 Views
      mituM

      @red2blue If the problem is physical, then re-formatting will not bring in additional performance. You're free to save the data from the disk, format as Ext4 and re-try.

    • MrSanityCheckM

      Portable GameStation - gamelist.xml issues

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulationstatio portable windows gamelist.xml playcount
      11
      0 Votes
      11 Posts
      2k Views
      T

      @mrsanitycheck There has been many fixes the past weeks.
      This particular issue is one I have not seen before, so without knowing which versions that worked, and which was broken, I can't really say what the fix was. Or who it was that fixed it.

    • PittStoneP

      Custom Collections are not Showing in Emulationstation for Windows

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulationstatio custom collection windows
      15
      0 Votes
      15 Posts
      5k Views
      M

      hi all is this issue resolved as ive got the same problem with emulationstation windows the custom collections are not there when i shut down and reload

      i have to go to setting and add them everytime

    • Meneer JansenM

      Emulationstation seems to add its own controls

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulationstatio joypads joystick configs bug
      8
      0 Votes
      8 Posts
      2k Views
      Meneer JansenM

      Blimey, blimey, blimey, blimey, blimey and blimey again! I swear that I'm not a paranoid schizophrenic, but I deleted the config files in /opt/retropie/configs/mame-mame4all/cfg/ rebooted a few times and the erroneous behavior was gone and my settings were not gone even though I deleted the settings files...

      Now for that weird behavior from pcsx-rearmed. Maybe that will disappear itself too.