mirror of https://github.com/snes9xgit/snes9x.git
Fix Libretro netplay immediately disconnecting
This commit is contained in:
parent
53ebf7be8f
commit
000aa6fa78
|
@ -1126,7 +1126,7 @@ bool retro_load_game(const struct retro_game_info *game)
|
|||
}
|
||||
|
||||
else
|
||||
rom_loaded = Memory.LoadROMMem((const uint8_t*)game->data ,game->size, game->path);
|
||||
rom_loaded = Memory.LoadROMMem((const uint8_t*)game->data ,game->size, g_basename);
|
||||
|
||||
if(biosrom) delete[] biosrom;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue