Merge pull request #848 from ds22x/master

Fix Libretro netplay immediately disconnecting
This commit is contained in:
bearoso 2023-05-09 17:45:08 -05:00 committed by GitHub
commit 7b9cadb3a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1126,7 +1126,7 @@ bool retro_load_game(const struct retro_game_info *game)
} }
else 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; if(biosrom) delete[] biosrom;
} }