libretro / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
10.18k stars 1.82k forks source link

[static builds] netplay connect doesn't work when the core switches #9780

Open andres-asm opened 4 years ago

andres-asm commented 4 years ago

First and foremost consider this:

Description

  1. netplay connect when the core is different than the currently loaded core
  2. netplay connect with subsystems

Netplay connect doesn't work when the core is different than the currently loaded one. Most likely due to exit spawn not passing the --connect ip:port arguments

Expected behavior

It should work

Steps to reproduce the bug

  1. Load a game in core A
  2. Join a lobby that uses core B
  3. Doesn't work!

Version/Commit

You can find this information under Information/System Information

Environment information

andres-asm commented 4 years ago

https://github.com/libretro/RetroArch/issues/8840#issuecomment-495435307

LibretroAdmin commented 2 years ago

@Cthulhu-throwaway Is this still relevant?