N64: support fast ROM loading (#862)

Normal ROM loading is still supported to not break older versions of the
core.
This commit is contained in:
Marcoen Hirschberg
2023-12-15 18:35:57 +01:00
committed by GitHub
parent 490c99dd6f
commit 52076b908b
3 changed files with 21 additions and 5 deletions

View File

@@ -2422,7 +2422,7 @@ void HandleUI(void)
}
else if (is_n64())
{
if (!n64_rom_tx(selPath, idx)) Info("failed to load ROM");
if (!n64_rom_tx(selPath, idx, load_addr)) Info("failed to load ROM");
}
else
{