RetroPie forum home
    • 最新
    • 標籤
    • 熱門
    • Home
    • Docs
    • 註冊
    • 登入

    Announcing Pegasus Frontend

    已排程 已置頂 已鎖定 已移動 Ideas and Development
    frontendpegasusc++developmentqml
    1.7k 貼文 145 Posters 6.3m 瀏覽
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • S
      Seya16 @fluffypillow
      最後由 Seya16 編輯

      @fluffypillow It show this :
      Found locale 'American English' (en)
      Found locale 'español de España' (es)
      Found locale 'français' (fr)
      Found locale 'magyar' (hu)
      Found locale 'magyar (rovás)' (hu-Hung)
      Locale set to 'American English' (en)
      Found theme 'Pegasus Grid [built-in]' (:/themes/pegasus-grid/)
      Theme set to 'Pegasus Grid [built-in]' (:/themes/pegasus-grid/)
      Found /storage/emulated/0/pegasus-frontend/game_dirs.txt
      ES2: system config file not found
      Data files loaded in 13ms
      0 games found
      Closing Pegasus, goodbye!

      But yeah I think that a file picker will be really useful :)

      fluffypillowF 1 條回覆 最後回覆 回覆 引用 0
      • fluffypillowF
        fluffypillow @Seya16
        最後由 fluffypillow 編輯

        @seya16 it seems like /storage/emulated/0/pegasus-frontend/game_dirs.txt was found, but the directories listed in it were not, or don't contain collection files (collections.txt or collections.pegasus.txt). Do the paths and files exist?

        S 1 條回覆 最後回覆 回覆 引用 0
        • S
          Seya16 @fluffypillow
          最後由 Seya16 編輯

          @fluffypillow yes
          And just so you know I did test it on two different android devices (the GPD XD with android 4.4 and Huwei P9 lite with android Nougat) and the result is the same....

          fluffypillowF 1 條回覆 最後回覆 回覆 引用 0
          • fluffypillowF
            fluffypillow @Seya16
            最後由 編輯

            @seya16 Hmm, I'll add some more verbose logging then, to see what could be the error. Also thanks for testing on multiple devices!

            1 條回覆 最後回覆 回覆 引用 1
            • AndersHPA
              AndersHP
              最後由 編輯

              The newest version ruined the favorites filter for me.

              My previously dedicated favorites from EmulationStation have a heart in the game info screen alright, but when ticking the filterbox, no games show up. Ticking the multiplayer box seems to be ok, but not favorites, not even if I reassign some new games.

              My "Bubble Bobble" Themed Bartop Arcade
              My Gameboy

              fluffypillowF 1 條回覆 最後回覆 回覆 引用 0
              • fluffypillowF
                fluffypillow @AndersHP
                最後由 編輯

                @andershp Hm that's interesting, will check it. Do you know the last version where it was working correctly?

                AndersHPA 1 條回覆 最後回覆 回覆 引用 0
                • AndersHPA
                  AndersHP @fluffypillow
                  最後由 編輯

                  @fluffypillow Ah, sorry, I don't really know. My previous update was around where PageUp/Down was introduced.
                  Right now I'm on alpha7-99-gafcfb69 (pretty sure it's the latest - updated a few days ago).

                  My "Bubble Bobble" Themed Bartop Arcade
                  My Gameboy

                  fluffypillowF 1 條回覆 最後回覆 回覆 引用 0
                  • fluffypillowF
                    fluffypillow @AndersHP
                    最後由 編輯

                    @andershp No problem; looking back the changelogs after the favorite support was added, I suspect the custom filters update that might have broke it. Will double check.

                    1 條回覆 最後回覆 回覆 引用 0
                    • fluffypillowF
                      fluffypillow
                      最後由 fluffypillow 編輯

                      Meanwhile I've just finished uploading the first builds of the frontend chooser, you can get them here. The program can also install the frontends, but that requires launching with sudo (because the RetroPie scripts). If you've set to start Kodi on boot, that should be remembered. There's basic gamepad support, nothing special. Just extract somewhere and run, should work out of the box.

                      1 條回覆 最後回覆 回覆 引用 0
                      • halfmanhalfcakeH
                        halfmanhalfcake
                        最後由 編輯

                        @fluffypillow Good work on the updates

                        General question on platform compatibility, would it be possible to port Pegasus to the Nintendo Switch as an homebrew app for example? Would like to use it as a frontend for emulation.

                        1 條回覆 最後回覆 回覆 引用 0
                        • fluffypillowF
                          fluffypillow
                          最後由 編輯

                          @halfmanhalfcake Well I'm not familiar with Switch development, but in theory if there's at least software rendering support (or better, OpenGL/Vulkan), and the emulator programs can be launched with parameters, then yeah, it might be possible.

                          1 條回覆 最後回覆 回覆 引用 0
                          • fluffypillowF
                            fluffypillow
                            最後由 編輯

                            As for the weekly changelog+recap:

                            • Created a frontend chooser for Retropie, downloads here
                            • Fixed the favorites filter not working (thanks @AndersHP)
                            • Pegasus now logs if there are directories in game_dirs.txt that couldn't be opened (might help @Seya16)
                            • Android builds are now properly optimized
                            • Compatibility modules (ES2, Steam) are no longer built for platforms where they aren't available (ie. Pegasus won't search for ES2 on Android)
                            • Cleaned up the code of the main theme a bit
                            • Fixed some minor mouse issues
                            AndersHPA 1 條回覆 最後回覆 回覆 引用 2
                            • S
                              Seya16
                              最後由 編輯

                              Hi me again,

                              So with the new update I'm now sure that the directories paths that I put on the game_dirs.txt are recognize (What I did is to change some folder's name in the text file to see if it will be able to find the directories or not) but I couldn't get it to find the games. I did create the collections.pegasus.txt where I put some basic text for testing purposes but nothing still have the same problem... Maybe it's just me, maybe I did somethings wrong but I don't know where :/...
                              Anyway thanks for your dedication and your hard work on this project.

                              fluffypillowF 1 條回覆 最後回覆 回覆 引用 0
                              • fluffypillowF
                                fluffypillow @Seya16
                                最後由 編輯

                                @seya16 Hmm interesting, so the directory paths are correct, but Pegasus still doesn't see the txt files (no Found /path/to/whatever.txt). I've just made a version with additional logging, you can get it here. It will also print warnings when

                                • no collection files found in a directory
                                • no games found in a directory
                                • the file opening has failed (though it seems it doesn't reach that point for you)
                                1 條回覆 最後回覆 回覆 引用 0
                                • S
                                  Seya16
                                  最後由 編輯

                                  Big thanks mate ! but it does show how stupid I am :/ I didn't see that I have to put the collection text file on the rom directory not on the pegasus-frontend folder. So sorry, I feel that I did waste your time on this :/....
                                  But thanks again, at least it's make me test the app furthermore, so I will come back at you when for feedback purposes.

                                  fluffypillowF 1 條回覆 最後回覆 回覆 引用 0
                                  • fluffypillowF
                                    fluffypillow @Seya16
                                    最後由 編輯

                                    @seya16 Hey no problem :) Yes, collection files are local to a rom directory; a kind of global collection file support is also on my roadmap, but not implemented yet.

                                    1 條回覆 最後回覆 回覆 引用 1
                                    • AndersHPA
                                      AndersHP @fluffypillow
                                      最後由 編輯

                                      @fluffypillow Favorites all good again, this frontend is getting better and better, almost perfect for me now.

                                      What's the status in making it possible to remove/turning off the few seconds of code when booting the frontend, booting games, and quitting games?

                                      It would look so seamless without these strings of code in between.

                                      My "Bubble Bobble" Themed Bartop Arcade
                                      My Gameboy

                                      fluffypillowF 1 條回覆 最後回覆 回覆 引用 0
                                      • fluffypillowF
                                        fluffypillow @AndersHP
                                        最後由 編輯

                                        @andershp Actually I have an idea for improving the seamless launching, I'll see if I can try it out the weekend. The other two issues are somewhat different though:

                                        • The startup delay can be reduced by optimizing some lower-level code, which is a bit time consuming, but I've started working on it already (as a side-side-side project).
                                        • Pegasus reloads the UI when the launched program says "Ok, I'm done!". Not sure how much that could be improved, but I'll see what can be done. Perhaps it'll also speed up when the startup time gets optimized.
                                        AndersHPA 1 條回覆 最後回覆 回覆 引用 0
                                        • AndersHPA
                                          AndersHP @fluffypillow
                                          最後由 編輯

                                          @fluffypillow I didn't mean reducing the delay to zero, just hiding the code alltogether, either with a black screen or maybe using the launch-image for a few seconds longer. Similar to these functions.

                                          Sounds cool that you're willing to test this :)

                                          My "Bubble Bobble" Themed Bartop Arcade
                                          My Gameboy

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • fluffypillowF
                                            fluffypillow
                                            最後由 編輯

                                            So this week I've updated the Qt version (ie. the UI code); this should make Pegasus start up somewhat faster and may fix a color depth issue someone mentioned earlier. It's a big change under the hood, so feel free to report if something's broke. The changes are not available on Android/Windows yet, there are still some build errors to be fixed there.

                                            I've also put up some actual content to pegasus-frontend.org, so you can find the latest downloads there too. Also started working on more seamless game launching, there are just some silly bugs left to fix.

                                            1 條回覆 最後回覆 回覆 引用 3
                                            • 第一個貼文
                                              最後的貼文

                                            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.