RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    RetroArch Config Confusion and Issues

    Scheduled Pinned Locked Moved Help and Support
    53 Posts 6 Posters 39.7k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Wolfman100W
      Wolfman100
      last edited by

      @Floob

      As far as I can tell looking through the config file in the folder you mentioned,there is no options to enable/disable shaders,set aspect ratio etc.The closet thing I can see is setting the destination directory for shaders...

      dankcushionsD 1 Reply Last reply Reply Quote 0
      • dankcushionsD
        dankcushions Global Moderator @Wolfman100
        last edited by

        @Wolfman100 said in RetroArch Config Confusion and Issues:

        @Floob

        As far as I can tell looking through the config file in the folder you mentioned,there is no options to enable/disable shaders,set aspect ratio etc.The closet thing I can see is setting the destination directory for shaders...

        there is. every setting in can be changed in the /corename/retroarch.cfg. the /all/retroarch.cfg overrules it, the same setting is in there and uncommented.

        in this specific case, you're interested in:

        # Path to shader. Shader can be either Cg, CGP (Cg preset) or GLSL, GLSLP (GLSL preset)
        video_shader = "/path/to/shader.{cg,cgp,glsl,glslp}"
        
        # Load video_shader on startup.
        # Other shaders can still be loaded later in runtime.
        video_shader_enable = true
        

        as before, you should change these via the config editor unless you know exactly what you're doing.

        Wolfman100W 1 Reply Last reply Reply Quote 0
        • Wolfman100W
          Wolfman100 @dankcushions
          last edited by

          @dankcushions Hmmmm strange....

          Unless I'm going blind I definetly can't see that in there...

          http://pastebin.com/wTkPZks9

          dankcushionsD BuZzB 2 Replies Last reply Reply Quote 0
          • dankcushionsD
            dankcushions Global Moderator @Wolfman100
            last edited by

            @Wolfman100 said in RetroArch Config Confusion and Issues:

            @dankcushions Hmmmm strange....

            Unless I'm going blind I definetly can't see that in there...

            http://pastebin.com/wTkPZks9

            perhaps it doesn't appear there unless it's set? this is why you should be using the config editor and not looking at the files :)

            Wolfman100W 1 Reply Last reply Reply Quote 1
            • Wolfman100W
              Wolfman100 @dankcushions
              last edited by

              @dankcushions that would maybe make sense.

              This is kind of exact example though of conflicting information regarding this,one school of thought says to just use the config editor and enable save on exit and another completly conflicting one is to edit the files manually...I'm also slightly baffled as to why there is not simply ONE config file for each emulator to edit via either the config editor or manually and any changes made to this ONE file in turn cause the desired changes to happen

              dankcushionsD meleuM RiverstormR 3 Replies Last reply Reply Quote 0
              • dankcushionsD
                dankcushions Global Moderator @Wolfman100
                last edited by

                @Wolfman100 said in RetroArch Config Confusion and Issues:

                @dankcushions that would maybe make sense.

                This is kind of exact example though of conflicting information regarding this,one school of thought says to just use the config editor and enable save on exit

                what? why would you enable save on exit if you're editing through the configuration editor? save on exit is only for editing via the retroarch GUI.

                and another completly conflicting one is to edit the files manually...I'm also slightly baffled as to why there is not simply ONE config file for each emulator to edit via either the config editor or manually and any changes made to this ONE file in turn cause the desired changes to happen

                because certain changes you want to be global, and certain changes you want to be for specific emulators. i think maybe there's an argument that the /all/retroarch.cfg file goes away, and all the various core emulators have only their unique .cfgs, but then you'd have to extend configuration editor to do batch-updates if you wanted to change global settings. i can forsee people quickly getting into messes.

                honestly, it's not as hard as you're all making it out, but you've asked for opinions about what's the best, and apparently attempted a mixture of all :P

                Wolfman100W 1 Reply Last reply Reply Quote 0
                • Wolfman100W
                  Wolfman100 @dankcushions
                  last edited by

                  @dankcushions I hear ya.I think I'm just possibly getting a little flustered because it just doesn't seem to be as straightforward as it could be and I'm being impatient..rather than digesting the information logically.

                  I did mention earlier though that all the changes I was making WERE being done in the configuration editor,yet were not being saved....

                  1 Reply Last reply Reply Quote 0
                  • meleuM
                    meleu @Wolfman100
                    last edited by

                    @Wolfman100 said in RetroArch Config Confusion and Issues:

                    @dankcushions that would maybe make sense.

                    (...)one school of thought says to just use the config editor and enable save on exit and another completly conflicting one is to edit the files manually...

                    If save config on exit is enabled, the manual configuration is insane!

                    Please, forgive me. I didn't put it so clear. If you want to edit the retroarch.cfg (the file directly or with Configuration Editor), turn off the config save on exit.

                    • Useful topics
                    • joystick-selection tool
                    • rpie-art tool
                    • achievements I made
                    Wolfman100W 1 Reply Last reply Reply Quote 0
                    • Wolfman100W
                      Wolfman100 @meleu
                      last edited by

                      @meleu OK cool....that's clear enough..think I manage that :)

                      1 Reply Last reply Reply Quote 0
                      • RiverstormR
                        Riverstorm @Wolfman100
                        last edited by

                        @Wolfman100 said in RetroArch Config Confusion and Issues:

                        @dankcushions that would maybe make sense.

                        This is kind of exact example though of conflicting information regarding this,one school of thought says to just use the config editor and enable save on exit and another completly conflicting one is to edit the files manually...

                        It probably is multiple schools of thought. I wouldn't call it conflicting information it just different points of view and different ways of doing the same thing! Given the same challenge people will present multiple solutions. Perception is everything. It just depends on your level of experience and knowledge. It's like command line vs. GUI. One way is probably more comfortable and suits your needs better than the other but that's neither right nor wrong. It wouldn't be very flexible if everything was completely linear! ;) Options are good!

                        It's a hierarchy which makes perfect sense really. Global changes at the top and more granular at the bottom. I agree with Dank you would being doing a lot more work if it was only one config file per emulator! :/

                        Wolfman100W 1 Reply Last reply Reply Quote 0
                        • Wolfman100W
                          Wolfman100 @Riverstorm
                          last edited by

                          @Riverstorm Don't get me wrong,I totally think that options and flexibility are indeed benificial and essentially the very ethos behind open source software.I do believe however that flexibility need not be compromised by useability.I think a system where you have one file for 'global' configs and then one file for each emulator(that overrides any global settings changed for that emulator) which is accessed through ONE universal global interface makes sense doesn't it?And this would also leave far less room for error and conflicts.

                          dankcushionsD RiverstormR 2 Replies Last reply Reply Quote 0
                          • dankcushionsD
                            dankcushions Global Moderator @Wolfman100
                            last edited by

                            This post is deleted!
                            Wolfman100W 1 Reply Last reply Reply Quote 0
                            • Wolfman100W
                              Wolfman100 @dankcushions
                              last edited by

                              @dankcushions Yes I know that's the case currently....what I was saying is wouldn't it make more sense if individual config files would simply override global settings for that particular emulator and all this was done from one unified interface?

                              1 Reply Last reply Reply Quote 0
                              • RiverstormR
                                Riverstorm @Wolfman100
                                last edited by Riverstorm

                                @Wolfman100 said in RetroArch Config Confusion and Issues:

                                @Riverstorm Don't get me wrong,I totally think that options and flexibility are indeed benificial and essentially the very ethos behind open source software.I do believe however that flexibility need not be compromised by useability.I think a system where you have one file for 'global' configs and then one file for each emulator(that overrides any global settings changed for that emulator) which is accessed through ONE universal global interface makes sense doesn't it?And this would also leave far less room for error and conflicts.

                                I agree some processes could be simplified but also you have to remember it's not one piece of software. Not quite sure how to word that. It's several really. You have RetroPie, Libretro cores, Retroarch, Emulationstation basically several pieces working together.

                                If it was one group or one company I could see the merits of a unified uniform software solution to our retro gaming needs. As I get older I don't want to say cynical but the world just isn't black and white made up of good people and bad. You make one group happy and the opposition is upset. It's a lot of compromises and gray area and honestly I can only thank my lucky stars for RetroPie. It works great really once you get it down and is only getting better! :)

                                Wolfman100W 1 Reply Last reply Reply Quote 0
                                • Wolfman100W
                                  Wolfman100 @Riverstorm
                                  last edited by

                                  @Riverstorm I must also paradoxically say 'hear hear' to that statement too! :)

                                  1 Reply Last reply Reply Quote 0
                                  • Wolfman100W
                                    Wolfman100
                                    last edited by

                                    Ok...so now I've messed something up,I think I turned on the HW Bilinear Filtering (mistakingly thinking that was the smoothing setting!) in RetroArch PSX and now the games won't boot...can I just delete the config files so that it goes back to using the default global settings and then make a new config from there?

                                    dankcushionsD 1 Reply Last reply Reply Quote 0
                                    • Wolfman100W
                                      Wolfman100
                                      last edited by

                                      These are the files I have in my PSX configs folder:

                                      content_history.lpl emulators.cfg libretro.cfg libretro.so.cfg retroarch.cfg

                                      1 Reply Last reply Reply Quote 0
                                      • dankcushionsD
                                        dankcushions Global Moderator @Wolfman100
                                        last edited by

                                        @Wolfman100 said in RetroArch Config Confusion and Issues:

                                        Ok...so now I've messed something up,I think I turned on the HW Bilinear Filtering (mistakingly thinking that was the smoothing setting!)

                                        it is

                                        Wolfman100W 1 Reply Last reply Reply Quote 0
                                        • Wolfman100W
                                          Wolfman100 @dankcushions
                                          last edited by

                                          @dankcushions ahhhh,thats what I thought.....very wierd in that case then as the games wont boot,just returns back to emulation station.I haven't had any issues with turning on smoothing in PSX emulator before

                                          dankcushionsD 1 Reply Last reply Reply Quote 0
                                          • dankcushionsD
                                            dankcushions Global Moderator @Wolfman100
                                            last edited by

                                            @Wolfman100 said in RetroArch Config Confusion and Issues:

                                            @dankcushions ahhhh,thats what I thought.....very wierd in that case then as the games wont boot,just returns back to emulation station.I haven't had any issues with turning on smoothing in PSX emulator before

                                            but of course HW Bilinear Filtering is what it's called in the retroarch GUI, not the configuration editor, so if you've been messing about in RGUI who knows what you've changed :) you could start with /tmp/runcommand.log to see the crash.

                                            also, weren't you asking about shaders? the config editor tells you not to use video_smooth if you're using shaders.

                                            Wolfman100W 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.