giongto35 / cloud-game

Web-based Cloud Gaming service for Retro Game
https://www.youtube.com/watch?v=GUBrJGAxZZg
Apache License 2.0
2.24k stars 342 forks source link

Does the project support PSP games? #458

Open zslliu opened 3 weeks ago

zslliu commented 3 weeks ago

I tried copying the ppsspp_libretro.dll core from RetroArch to the cores folder and added the game rom, however, the game did not run successfully and I found these errors. I can't find the cause of the error. Snipaste_2024-06-12_17-23-42

sergystepanov commented 2 weeks ago

No, it is not supported now (won't be supported), but was tested and was working some time ago. Probably, they changed something in the core. I have this error: image My config:

        psp:
          lib: ppsspp_libretro
          roms: [ "iso" ]
          folder: psp
          isGlAllowed: true
          vfr: true
          usesLibCo: true
#          hacks:
#            - skip_hw_context_destroy
          options:
#            "ppsspp_software_rendering": enabled
            "ppsspp_backend": "opengl"
#            "ppsspp_internal_resolution": 480x272
zslliu commented 2 weeks ago

Thanks for the suggestion, I found an old version of ppsspp core and some games can run. By the way, will it support PS2 games in the future?

sergystepanov commented 2 weeks ago

Probably. a) It needs new Libretro frontend rewritten from Go to C completely. b) Vulkan support for all 3 backends (GL, D3D, VK).